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

/external/clang/lib/Sema/
H A DSemaExceptionSpec.cpp516 CanQualType TypePtr = Context.getCanonicalType(I).getUnqualifiedType(); local
517 if(OldTypes.count(TypePtr))
518 NewTypes.insert(TypePtr);
/external/clang/lib/AST/
H A DMicrosoftMangle.cpp1328 void *TypePtr; local
1330 TypePtr = DT->getOriginalType().getCanonicalType().getAsOpaquePtr();
1339 TypePtr = T.getCanonicalType().getAsOpaquePtr();
1341 ArgBackRefMap::iterator Found = TypeBackReferences.find(TypePtr);
1354 TypeBackReferences[TypePtr] = Size;
/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp2197 const Type* TypePtr = QT->getAs<Type>(); local
2198 if (!isa<TypeOfExprType>(TypePtr))
2200 while (isa<TypeOfExprType>(TypePtr)) {
2201 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr);
2203 TypePtr = QT->getAs<Type>();
3945 const Type* TypePtr = QT->getAs<Type>(); local
3946 if (isa<TypeOfExprType>(TypePtr)) {
3947 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr);
H A DRewriteModernObjC.cpp2312 const Type* TypePtr = QT->getAs<Type>(); local
2313 if (!isa<TypeOfExprType>(TypePtr))
2315 while (isa<TypeOfExprType>(TypePtr)) {
2316 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr);
2318 TypePtr = QT->getAs<Type>();
4861 const Type* TypePtr = QT->getAs<Type>(); local
4862 if (isa<TypeOfExprType>(TypePtr)) {
4863 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr);

Completed in 138 milliseconds