Searched refs:TypePtr (Results 1 – 5 of 5) sorted by relevance
562 CanQualType TypePtr = Context.getCanonicalType(I).getUnqualifiedType(); in CheckEquivalentExceptionSpec() local563 if(OldTypes.count(TypePtr)) in CheckEquivalentExceptionSpec()564 NewTypes.insert(TypePtr); in CheckEquivalentExceptionSpec()
1432 void *TypePtr; in mangleArgumentType() local1442 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()
3831 uintptr_t TypePtr = reinterpret_cast<uintptr_t>(T.getAsOpaquePtr()); in mangleSubstitution() local3833 return mangleSubstitution(TypePtr); in mangleSubstitution()3997 uintptr_t TypePtr = reinterpret_cast<uintptr_t>(T.getAsOpaquePtr()); in addSubstitution() local3998 addSubstitution(TypePtr); in addSubstitution()
2189 const Type* TypePtr = QT->getAs<Type>(); in RewriteTypeOfDecl() local2190 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() local3913 if (isa<TypeOfExprType>(TypePtr)) { in RewriteCastExpr()3914 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteCastExpr()
2301 const Type* TypePtr = QT->getAs<Type>(); in RewriteTypeOfDecl() local2302 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() local4810 if (isa<TypeOfExprType>(TypePtr)) { in RewriteCastExpr()4811 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteCastExpr()