Searched refs:TypePtr (Results 1 – 6 of 6) sorted by relevance
185 return TypePtr; in getFullyQualifiedTemplateType()319 const ASTContext &Ctx, const Type *TypePtr, in createNestedNameSpecifierForScopeOf() argument321 if (!TypePtr) return nullptr; in createNestedNameSpecifierForScopeOf()332 Decl = TypePtr->getAsCXXRecordDecl(); in createNestedNameSpecifierForScopeOf()361 const Type *TypePtr = TD->getTypeForDecl(); in createNestedNameSpecifier() local362 if (isa<const TemplateSpecializationType>(TypePtr) || in createNestedNameSpecifier()363 isa<const RecordType>(TypePtr)) { in createNestedNameSpecifier()368 TypePtr = getFullyQualifiedTemplateType(Ctx, TypePtr, WithGlobalNsPrefix); in createNestedNameSpecifier()373 false /*No TemplateKeyword*/, TypePtr); in createNestedNameSpecifier()470 const Type *TypePtr = getFullyQualifiedTemplateType( in getFullyQualifiedType() local[all …]
2218 void *TypePtr; in mangleFunctionArgumentType() local2228 TypePtr = OriginalType.getCanonicalType().getAsOpaquePtr(); in mangleFunctionArgumentType()2237 TypePtr = T.getCanonicalType().getAsOpaquePtr(); in mangleFunctionArgumentType()2240 ArgBackRefMap::iterator Found = FunArgBackReferences.find(TypePtr); in mangleFunctionArgumentType()2253 FunArgBackReferences[TypePtr] = Size; in mangleFunctionArgumentType()2266 auto *TypePtr = (const void *)&*Iter; in manglePassObjectSizeArg() local2267 ArgBackRefMap::iterator Found = FunArgBackReferences.find(TypePtr); in manglePassObjectSizeArg()2277 FunArgBackReferences[TypePtr] = Size; in manglePassObjectSizeArg()
6733 uintptr_t TypePtr = reinterpret_cast<uintptr_t>(T.getAsOpaquePtr()); in mangleSubstitution() local6735 return mangleSubstitution(TypePtr); in mangleSubstitution()6906 uintptr_t TypePtr = reinterpret_cast<uintptr_t>(T.getAsOpaquePtr()); in addSubstitution() local6907 addSubstitution(TypePtr); in addSubstitution()
611 CanQualType TypePtr = S.Context.getCanonicalType(I).getUnqualifiedType(); in CheckEquivalentExceptionSpecImpl() local612 if (OldTypes.count(TypePtr)) in CheckEquivalentExceptionSpecImpl()613 NewTypes.insert(TypePtr); in CheckEquivalentExceptionSpecImpl()
2194 const Type* TypePtr = QT->getAs<Type>(); in RewriteTypeOfDecl() local2195 if (!isa<TypeOfExprType>(TypePtr)) in RewriteTypeOfDecl()2197 while (isa<TypeOfExprType>(TypePtr)) { in RewriteTypeOfDecl()2198 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteTypeOfDecl()2200 TypePtr = QT->getAs<Type>(); in RewriteTypeOfDecl()3896 const Type* TypePtr = QT->getAs<Type>(); in RewriteCastExpr() local3897 if (isa<TypeOfExprType>(TypePtr)) { in RewriteCastExpr()3898 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteCastExpr()
2281 const Type* TypePtr = QT->getAs<Type>(); in RewriteTypeOfDecl() local2282 if (!isa<TypeOfExprType>(TypePtr)) in RewriteTypeOfDecl()2284 while (isa<TypeOfExprType>(TypePtr)) { in RewriteTypeOfDecl()2285 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteTypeOfDecl()2287 TypePtr = QT->getAs<Type>(); in RewriteTypeOfDecl()4727 const Type* TypePtr = QT->getAs<Type>(); in RewriteCastExpr() local4728 if (isa<TypeOfExprType>(TypePtr)) { in RewriteCastExpr()4729 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteCastExpr()