Searched refs:TypePtr (Results 1 – 5 of 5) sorted by relevance
1089 void *TypePtr; in mangleArgumentType() local1091 TypePtr = DT->getOriginalType().getCanonicalType().getAsOpaquePtr(); in mangleArgumentType()1100 TypePtr = T.getCanonicalType().getAsOpaquePtr(); in mangleArgumentType()1102 ArgBackRefMap::iterator Found = TypeBackReferences.find(TypePtr); in mangleArgumentType()1115 TypeBackReferences[TypePtr] = Size; in mangleArgumentType()
3399 uintptr_t TypePtr = reinterpret_cast<uintptr_t>(T.getAsOpaquePtr()); in mangleSubstitution() local3401 return mangleSubstitution(TypePtr); in mangleSubstitution()3587 uintptr_t TypePtr = reinterpret_cast<uintptr_t>(T.getAsOpaquePtr()); in addSubstitution() local3588 addSubstitution(TypePtr); in addSubstitution()
497 CanQualType TypePtr = Context.getCanonicalType(*I).getUnqualifiedType(); in CheckEquivalentExceptionSpec() local498 if(OldTypes.count(TypePtr)) in CheckEquivalentExceptionSpec()499 NewTypes.insert(TypePtr); in CheckEquivalentExceptionSpec()
2225 const Type* TypePtr = QT->getAs<Type>(); in RewriteTypeOfDecl() local2226 if (!isa<TypeOfExprType>(TypePtr)) in RewriteTypeOfDecl()2228 while (isa<TypeOfExprType>(TypePtr)) { in RewriteTypeOfDecl()2229 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteTypeOfDecl()2231 TypePtr = QT->getAs<Type>(); in RewriteTypeOfDecl()3993 const Type* TypePtr = QT->getAs<Type>(); in RewriteCastExpr() local3994 if (isa<TypeOfExprType>(TypePtr)) { in RewriteCastExpr()3995 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteCastExpr()
2339 const Type* TypePtr = QT->getAs<Type>(); in RewriteTypeOfDecl() local2340 if (!isa<TypeOfExprType>(TypePtr)) in RewriteTypeOfDecl()2342 while (isa<TypeOfExprType>(TypePtr)) { in RewriteTypeOfDecl()2343 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteTypeOfDecl()2345 TypePtr = QT->getAs<Type>(); in RewriteTypeOfDecl()4938 const Type* TypePtr = QT->getAs<Type>(); in RewriteCastExpr() local4939 if (isa<TypeOfExprType>(TypePtr)) { in RewriteCastExpr()4940 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteCastExpr()