Searched refs:SubstType (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiate.cpp | 1521 return SemaRef.SubstType(T, TemplateArgs, loc, parm->getDeclName()); in transformNonTypeTemplateParmRef() 1605 if (SubstType.isNull()) in TransformSubstNonTypeTemplateParmExpr() 1628 if (SemaRef.CheckTemplateArgument(E->getParameter(), SubstType, in TransformSubstNonTypeTemplateParmExpr() 2064 TypeSourceInfo *Sema::SubstType(TypeSourceInfo *T, in SubstType() function in Sema 2082 TypeSourceInfo *Sema::SubstType(TypeLoc TL, in SubstType() function in Sema 2113 QualType Sema::SubstType(QualType T, in SubstType() function in Sema 2324 NewDI = SubstType(ExpansionTL.getPatternLoc(), TemplateArgs, in SubstParmVarDecl() 2346 NewDI = SubstType(OldDI, TemplateArgs, OldParm->getLocation(), in SubstParmVarDecl() 2530 TypeSourceInfo *BaseTypeLoc = SubstType(Base.getTypeSourceInfo(), in SubstBaseSpecifiers() 2557 BaseTypeLoc = SubstType(Base.getTypeSourceInfo(), in SubstBaseSpecifiers() [all …]
|
| H A D | SemaTemplateInstantiateDecl.cpp | 96 TypeSourceInfo *Result = S.SubstType(Aligned->getAlignmentType(), in instantiateDependentAlignedAttr() 885 DI = SemaRef.SubstType(DI, TemplateArgs, in InstantiateTypedefNameDecl() 1049 TypeSourceInfo *DI = SemaRef.SubstType( in VisitVarDecl() 1137 DI = SemaRef.SubstType(DI, TemplateArgs, in VisitFieldDecl() 1223 DI = SemaRef.SubstType(DI, TemplateArgs, in VisitMSPropertyDecl() 1299 InstTy = SemaRef.SubstType(Ty, TemplateArgs, in VisitFriendDecl() 1412 SemaRef.SubstType(TI->getType(), TemplateArgs, in VisitEnumDecl() 3415 ParsedType::make(SemaRef.SubstType( in VisitOMPDeclareReductionDecl() 3790 SemaRef.SubstType(D->getTypeSourceInfo(), TemplateArgs, in VisitVarTemplateSpecializationDecl() 4214 TypeSourceInfo *DI = SemaRef.SubstType( in InstantiateVarTemplatePartialSpecialization() [all …]
|
| H A D | SemaTemplate.cpp | 2288 SemaRef.SubstType(TTP->getDefaultArgumentInfo(), Args, in transformTemplateParameter() 2379 SemaRef.SubstType(PackTL.getPatternLoc(), Args, in transformFunctionTypeParam() 2386 NewDI = SemaRef.SubstType(OldDI, Args, OldParam->getLocation(), in transformFunctionTypeParam() 3715 CanonType = SubstType(Pattern->getUnderlyingType(), in CheckTemplateIdType() 5115 SemaRef.SubstType(ArgType, TemplateArgLists, in SubstDefaultTemplateArgument() 5402 NTTPType = SubstType(PET->getPattern(), in CheckTemplateArgument() 5407 NTTPType = SubstType(NTTPType, in CheckTemplateArgument()
|
| H A D | SemaAccess.cpp | 1523 BaseObjectType = SubstType(BaseObjectType, TemplateArgs, Loc, in HandleDependentAccessCheck()
|
| H A D | SemaTemplateDeduction.cpp | 2771 S.SubstType(NTTP->getType(), Args, NTTP->getLocation(), in ConvertDeducedTemplateArgument() 3335 SubstType(Proto->getReturnType(), in SubstituteExplicitTemplateArguments() 3684 SubstType(OriginalArg.OriginalParamType, SubstArgs, in FinishTemplateArgumentDeduction()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 9297 TypeSourceInfo *SubstType(TypeSourceInfo *T, 9302 QualType SubstType(QualType T, 9306 TypeSourceInfo *SubstType(TypeLoc TL,
|