Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExceptionSpec.cpp562 CanQualType TypePtr = Context.getCanonicalType(I).getUnqualifiedType(); in CheckEquivalentExceptionSpec() local
563 if(OldTypes.count(TypePtr)) in CheckEquivalentExceptionSpec()
564 NewTypes.insert(TypePtr); in CheckEquivalentExceptionSpec()
/external/clang/lib/AST/
DMicrosoftMangle.cpp1432 void *TypePtr; in mangleArgumentType() local
1442 TypePtr = OriginalType.getCanonicalType().getAsOpaquePtr(); in mangleArgumentType()
1451 TypePtr = T.getCanonicalType().getAsOpaquePtr(); in mangleArgumentType()
1454 ArgBackRefMap::iterator Found = TypeBackReferences.find(TypePtr); in mangleArgumentType()
1467 TypeBackReferences[TypePtr] = Size; in mangleArgumentType()
DItaniumMangle.cpp3831 uintptr_t TypePtr = reinterpret_cast<uintptr_t>(T.getAsOpaquePtr()); in mangleSubstitution() local
3833 return mangleSubstitution(TypePtr); in mangleSubstitution()
3997 uintptr_t TypePtr = reinterpret_cast<uintptr_t>(T.getAsOpaquePtr()); in addSubstitution() local
3998 addSubstitution(TypePtr); in addSubstitution()
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp2189 const Type* TypePtr = QT->getAs<Type>(); in RewriteTypeOfDecl() local
2190 if (!isa<TypeOfExprType>(TypePtr)) in RewriteTypeOfDecl()
2192 while (isa<TypeOfExprType>(TypePtr)) { in RewriteTypeOfDecl()
2193 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteTypeOfDecl()
2195 TypePtr = QT->getAs<Type>(); in RewriteTypeOfDecl()
3912 const Type* TypePtr = QT->getAs<Type>(); in RewriteCastExpr() local
3913 if (isa<TypeOfExprType>(TypePtr)) { in RewriteCastExpr()
3914 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteCastExpr()
DRewriteModernObjC.cpp2301 const Type* TypePtr = QT->getAs<Type>(); in RewriteTypeOfDecl() local
2302 if (!isa<TypeOfExprType>(TypePtr)) in RewriteTypeOfDecl()
2304 while (isa<TypeOfExprType>(TypePtr)) { in RewriteTypeOfDecl()
2305 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteTypeOfDecl()
2307 TypePtr = QT->getAs<Type>(); in RewriteTypeOfDecl()
4809 const Type* TypePtr = QT->getAs<Type>(); in RewriteCastExpr() local
4810 if (isa<TypeOfExprType>(TypePtr)) { in RewriteCastExpr()
4811 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteCastExpr()