Searched refs:TypePtr (Results 1 – 6 of 6) sorted by relevance
121 const Type *TypePtr, in getFullyQualifiedTemplateType() argument126 assert(!isa<DependentTemplateSpecializationType>(TypePtr)); in getFullyQualifiedTemplateType()129 if (const auto *TST = dyn_cast<const TemplateSpecializationType>(TypePtr)) { in getFullyQualifiedTemplateType()151 } else if (const auto *TSTRecord = dyn_cast<const RecordType>(TypePtr)) { in getFullyQualifiedTemplateType()185 return TypePtr; in getFullyQualifiedTemplateType()319 const ASTContext &Ctx, const Type *TypePtr, in createNestedNameSpecifierForScopeOf() argument321 if (!TypePtr) return nullptr; in createNestedNameSpecifierForScopeOf()325 if (const auto *TDT = dyn_cast<TypedefType>(TypePtr)) { in createNestedNameSpecifierForScopeOf()327 } else if (const auto *TagDeclType = dyn_cast<TagType>(TypePtr)) { in createNestedNameSpecifierForScopeOf()329 } else if (const auto *TST = dyn_cast<TemplateSpecializationType>(TypePtr)) { in createNestedNameSpecifierForScopeOf()[all …]
2102 void *TypePtr; in mangleFunctionArgumentType() local2112 TypePtr = OriginalType.getCanonicalType().getAsOpaquePtr(); in mangleFunctionArgumentType()2121 TypePtr = T.getCanonicalType().getAsOpaquePtr(); in mangleFunctionArgumentType()2124 ArgBackRefMap::iterator Found = FunArgBackReferences.find(TypePtr); in mangleFunctionArgumentType()2137 FunArgBackReferences[TypePtr] = Size; in mangleFunctionArgumentType()2150 auto *TypePtr = (const void *)&*Iter; in manglePassObjectSizeArg() local2151 ArgBackRefMap::iterator Found = FunArgBackReferences.find(TypePtr); in manglePassObjectSizeArg()2160 FunArgBackReferences[TypePtr] = Size; in manglePassObjectSizeArg()
6057 uintptr_t TypePtr = reinterpret_cast<uintptr_t>(T.getAsOpaquePtr()); in mangleSubstitution() local6059 return mangleSubstitution(TypePtr); in mangleSubstitution()6230 uintptr_t TypePtr = reinterpret_cast<uintptr_t>(T.getAsOpaquePtr()); in addSubstitution() local6231 addSubstitution(TypePtr); in addSubstitution()
605 CanQualType TypePtr = S.Context.getCanonicalType(I).getUnqualifiedType(); in CheckEquivalentExceptionSpecImpl() local606 if (OldTypes.count(TypePtr)) in CheckEquivalentExceptionSpecImpl()607 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()4728 const Type* TypePtr = QT->getAs<Type>(); in RewriteCastExpr() local4729 if (isa<TypeOfExprType>(TypePtr)) { in RewriteCastExpr()4730 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteCastExpr()