Home
last modified time | relevance | path

Searched refs:TypePtr (Results 1 – 5 of 5) sorted by relevance

/trueos/contrib/llvm/tools/clang/lib/AST/
HDMicrosoftMangle.cpp1089 void *TypePtr; in mangleArgumentType() local
1091 TypePtr = DT->getOriginalType().getCanonicalType().getAsOpaquePtr(); in mangleArgumentType()
1100 TypePtr = T.getCanonicalType().getAsOpaquePtr(); in mangleArgumentType()
1102 ArgBackRefMap::iterator Found = TypeBackReferences.find(TypePtr); in mangleArgumentType()
1115 TypeBackReferences[TypePtr] = Size; in mangleArgumentType()
HDItaniumMangle.cpp3399 uintptr_t TypePtr = reinterpret_cast<uintptr_t>(T.getAsOpaquePtr()); in mangleSubstitution() local
3401 return mangleSubstitution(TypePtr); in mangleSubstitution()
3587 uintptr_t TypePtr = reinterpret_cast<uintptr_t>(T.getAsOpaquePtr()); in addSubstitution() local
3588 addSubstitution(TypePtr); in addSubstitution()
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaExceptionSpec.cpp497 CanQualType TypePtr = Context.getCanonicalType(*I).getUnqualifiedType(); in CheckEquivalentExceptionSpec() local
498 if(OldTypes.count(TypePtr)) in CheckEquivalentExceptionSpec()
499 NewTypes.insert(TypePtr); in CheckEquivalentExceptionSpec()
/trueos/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
HDRewriteObjC.cpp2225 const Type* TypePtr = QT->getAs<Type>(); in RewriteTypeOfDecl() local
2226 if (!isa<TypeOfExprType>(TypePtr)) in RewriteTypeOfDecl()
2228 while (isa<TypeOfExprType>(TypePtr)) { in RewriteTypeOfDecl()
2229 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteTypeOfDecl()
2231 TypePtr = QT->getAs<Type>(); in RewriteTypeOfDecl()
3993 const Type* TypePtr = QT->getAs<Type>(); in RewriteCastExpr() local
3994 if (isa<TypeOfExprType>(TypePtr)) { in RewriteCastExpr()
3995 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteCastExpr()
HDRewriteModernObjC.cpp2339 const Type* TypePtr = QT->getAs<Type>(); in RewriteTypeOfDecl() local
2340 if (!isa<TypeOfExprType>(TypePtr)) in RewriteTypeOfDecl()
2342 while (isa<TypeOfExprType>(TypePtr)) { in RewriteTypeOfDecl()
2343 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteTypeOfDecl()
2345 TypePtr = QT->getAs<Type>(); in RewriteTypeOfDecl()
4938 const Type* TypePtr = QT->getAs<Type>(); in RewriteCastExpr() local
4939 if (isa<TypeOfExprType>(TypePtr)) { in RewriteCastExpr()
4940 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteCastExpr()