Searched refs:TypePtr (Results 1 – 6 of 6) sorted by relevance
183 return TypePtr; in getFullyQualifiedTemplateType()317 const ASTContext &Ctx, const Type *TypePtr, in createNestedNameSpecifierForScopeOf() argument319 if (!TypePtr) return nullptr; in createNestedNameSpecifierForScopeOf()330 Decl = TypePtr->getAsCXXRecordDecl(); in createNestedNameSpecifierForScopeOf()359 const Type *TypePtr = TD->getTypeForDecl(); in createNestedNameSpecifier() local360 if (isa<const TemplateSpecializationType>(TypePtr) || in createNestedNameSpecifier()361 isa<const RecordType>(TypePtr)) { in createNestedNameSpecifier()366 TypePtr = getFullyQualifiedTemplateType(Ctx, TypePtr, WithGlobalNsPrefix); in createNestedNameSpecifier()371 false /*No TemplateKeyword*/, TypePtr); in createNestedNameSpecifier()460 const Type *TypePtr = getFullyQualifiedTemplateType( in getFullyQualifiedType() local[all …]
2067 void *TypePtr; in mangleFunctionArgumentType() local2077 TypePtr = OriginalType.getCanonicalType().getAsOpaquePtr(); in mangleFunctionArgumentType()2086 TypePtr = T.getCanonicalType().getAsOpaquePtr(); in mangleFunctionArgumentType()2089 ArgBackRefMap::iterator Found = FunArgBackReferences.find(TypePtr); in mangleFunctionArgumentType()2102 FunArgBackReferences[TypePtr] = Size; in mangleFunctionArgumentType()2115 auto *TypePtr = (const void *)&*Iter; in manglePassObjectSizeArg() local2116 ArgBackRefMap::iterator Found = FunArgBackReferences.find(TypePtr); in manglePassObjectSizeArg()2125 FunArgBackReferences[TypePtr] = Size; in manglePassObjectSizeArg()
5923 uintptr_t TypePtr = reinterpret_cast<uintptr_t>(T.getAsOpaquePtr()); in mangleSubstitution() local5925 return mangleSubstitution(TypePtr); in mangleSubstitution()6089 uintptr_t TypePtr = reinterpret_cast<uintptr_t>(T.getAsOpaquePtr()); in addSubstitution() local6090 addSubstitution(TypePtr); in addSubstitution()
599 CanQualType TypePtr = S.Context.getCanonicalType(I).getUnqualifiedType(); in CheckEquivalentExceptionSpecImpl() local600 if (OldTypes.count(TypePtr)) in CheckEquivalentExceptionSpecImpl()601 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()
2280 const Type* TypePtr = QT->getAs<Type>(); in RewriteTypeOfDecl() local2281 if (!isa<TypeOfExprType>(TypePtr)) in RewriteTypeOfDecl()2283 while (isa<TypeOfExprType>(TypePtr)) { in RewriteTypeOfDecl()2284 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteTypeOfDecl()2286 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()