Searched defs:TypePtr (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExceptionSpec.cpp481 CanQualType TypePtr = Context.getCanonicalType(*I).getUnqualifiedType(); local
482 if(OldTypes.count(TypePtr))
483 NewTypes.insert(TypePtr);
/external/clang/lib/AST/
H A DMicrosoftMangle.cpp930 void *TypePtr = getASTContext().getCanonicalType(T).getAsOpaquePtr(); local
931 ArgBackRefMap::iterator Found = TypeBackReferences.find(TypePtr);
944 TypeBackReferences[TypePtr] = Size;
/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp2225 const Type* TypePtr = QT->getAs<Type>(); local
2226 if (!isa<TypeOfExprType>(TypePtr))
2228 while (isa<TypeOfExprType>(TypePtr)) {
2229 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr);
2231 TypePtr = QT->getAs<Type>();
4007 const Type* TypePtr = QT->getAs<Type>(); local
4008 if (isa<TypeOfExprType>(TypePtr)) {
4009 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr);
H A DRewriteModernObjC.cpp2236 const Type* TypePtr = QT->getAs<Type>(); local
2237 if (!isa<TypeOfExprType>(TypePtr))
2239 while (isa<TypeOfExprType>(TypePtr)) {
2240 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr);
2242 TypePtr = QT->getAs<Type>();
4673 const Type* TypePtr = QT->getAs<Type>(); local
4674 if (isa<TypeOfExprType>(TypePtr)) {
4675 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr);

Completed in 113 milliseconds