Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExceptionSpec.cpp537 CanQualType TypePtr = Context.getCanonicalType(I).getUnqualifiedType(); in CheckEquivalentExceptionSpec() local
538 if(OldTypes.count(TypePtr)) in CheckEquivalentExceptionSpec()
539 NewTypes.insert(TypePtr); in CheckEquivalentExceptionSpec()
/external/clang/lib/AST/
DMicrosoftMangle.cpp1379 void *TypePtr; in mangleArgumentType() local
1381 TypePtr = DT->getOriginalType().getCanonicalType().getAsOpaquePtr(); in mangleArgumentType()
1390 TypePtr = T.getCanonicalType().getAsOpaquePtr(); in mangleArgumentType()
1392 ArgBackRefMap::iterator Found = TypeBackReferences.find(TypePtr); in mangleArgumentType()
1405 TypeBackReferences[TypePtr] = Size; in mangleArgumentType()
DItaniumMangle.cpp3654 uintptr_t TypePtr = reinterpret_cast<uintptr_t>(T.getAsOpaquePtr()); in mangleSubstitution() local
3656 return mangleSubstitution(TypePtr); in mangleSubstitution()
3820 uintptr_t TypePtr = reinterpret_cast<uintptr_t>(T.getAsOpaquePtr()); in addSubstitution() local
3821 addSubstitution(TypePtr); in addSubstitution()
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp2188 const Type* TypePtr = QT->getAs<Type>(); in RewriteTypeOfDecl() local
2189 if (!isa<TypeOfExprType>(TypePtr)) in RewriteTypeOfDecl()
2191 while (isa<TypeOfExprType>(TypePtr)) { in RewriteTypeOfDecl()
2192 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteTypeOfDecl()
2194 TypePtr = QT->getAs<Type>(); in RewriteTypeOfDecl()
3926 const Type* TypePtr = QT->getAs<Type>(); in RewriteCastExpr() local
3927 if (isa<TypeOfExprType>(TypePtr)) { in RewriteCastExpr()
3928 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteCastExpr()
DRewriteModernObjC.cpp2300 const Type* TypePtr = QT->getAs<Type>(); in RewriteTypeOfDecl() local
2301 if (!isa<TypeOfExprType>(TypePtr)) in RewriteTypeOfDecl()
2303 while (isa<TypeOfExprType>(TypePtr)) { in RewriteTypeOfDecl()
2304 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteTypeOfDecl()
2306 TypePtr = QT->getAs<Type>(); in RewriteTypeOfDecl()
4831 const Type* TypePtr = QT->getAs<Type>(); in RewriteCastExpr() local
4832 if (isa<TypeOfExprType>(TypePtr)) { in RewriteCastExpr()
4833 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteCastExpr()