Searched refs:TypePtr (Results 1 – 6 of 6) sorted by relevance
133 const Type *TypePtr, in getFullyQualifiedTemplateType() argument138 assert(!isa<DependentTemplateSpecializationType>(TypePtr)); in getFullyQualifiedTemplateType()141 if (const auto *TST = dyn_cast<const TemplateSpecializationType>(TypePtr)) { in getFullyQualifiedTemplateType()165 } else if (const auto *TSTRecord = dyn_cast<const RecordType>(TypePtr)) { in getFullyQualifiedTemplateType()199 return TypePtr; in getFullyQualifiedTemplateType()333 const ASTContext &Ctx, const Type *TypePtr, in createNestedNameSpecifierForScopeOf() argument335 if (!TypePtr) return nullptr; in createNestedNameSpecifierForScopeOf()339 if (const auto *TDT = dyn_cast<TypedefType>(TypePtr)) { in createNestedNameSpecifierForScopeOf()341 } else if (const auto *TagDeclType = dyn_cast<TagType>(TypePtr)) { in createNestedNameSpecifierForScopeOf()343 } else if (const auto *TST = dyn_cast<TemplateSpecializationType>(TypePtr)) { in createNestedNameSpecifierForScopeOf()[all …]
1484 void *TypePtr; in mangleArgumentType() local1494 TypePtr = OriginalType.getCanonicalType().getAsOpaquePtr(); in mangleArgumentType()1503 TypePtr = T.getCanonicalType().getAsOpaquePtr(); in mangleArgumentType()1506 ArgBackRefMap::iterator Found = TypeBackReferences.find(TypePtr); in mangleArgumentType()1519 TypeBackReferences[TypePtr] = Size; in mangleArgumentType()1531 auto *TypePtr = (const void *)&*Iter; in manglePassObjectSizeArg() local1532 ArgBackRefMap::iterator Found = TypeBackReferences.find(TypePtr); in manglePassObjectSizeArg()1540 TypeBackReferences[TypePtr] = Size; in manglePassObjectSizeArg()
4225 uintptr_t TypePtr = reinterpret_cast<uintptr_t>(T.getAsOpaquePtr()); in mangleSubstitution() local4227 return mangleSubstitution(TypePtr); in mangleSubstitution()4391 uintptr_t TypePtr = reinterpret_cast<uintptr_t>(T.getAsOpaquePtr()); in addSubstitution() local4392 addSubstitution(TypePtr); in addSubstitution()
568 CanQualType TypePtr = Context.getCanonicalType(I).getUnqualifiedType(); in CheckEquivalentExceptionSpec() local569 if(OldTypes.count(TypePtr)) in CheckEquivalentExceptionSpec()570 NewTypes.insert(TypePtr); in CheckEquivalentExceptionSpec()
2185 const Type* TypePtr = QT->getAs<Type>(); in RewriteTypeOfDecl() local2186 if (!isa<TypeOfExprType>(TypePtr)) in RewriteTypeOfDecl()2188 while (isa<TypeOfExprType>(TypePtr)) { in RewriteTypeOfDecl()2189 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteTypeOfDecl()2191 TypePtr = QT->getAs<Type>(); in RewriteTypeOfDecl()3899 const Type* TypePtr = QT->getAs<Type>(); in RewriteCastExpr() local3900 if (isa<TypeOfExprType>(TypePtr)) { in RewriteCastExpr()3901 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteCastExpr()
2274 const Type* TypePtr = QT->getAs<Type>(); in RewriteTypeOfDecl() local2275 if (!isa<TypeOfExprType>(TypePtr)) in RewriteTypeOfDecl()2277 while (isa<TypeOfExprType>(TypePtr)) { in RewriteTypeOfDecl()2278 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteTypeOfDecl()2280 TypePtr = QT->getAs<Type>(); in RewriteTypeOfDecl()4740 const Type* TypePtr = QT->getAs<Type>(); in RewriteCastExpr() local4741 if (isa<TypeOfExprType>(TypePtr)) { in RewriteCastExpr()4742 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteCastExpr()