Searched refs:SubstType (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiate.cpp | 1210 QualType TargetType = SemaRef.SubstType(NTTP->getType(), TemplateArgs, in TransformTemplateParmRefExpr() 1283 type = SemaRef.SubstType( in transformNonTypeTemplateParmRef() 1287 type = SemaRef.SubstType(VD ? arg.getParamTypeForDecl() : arg.getNullPtrType(), in transformNonTypeTemplateParmRef() 1573 TypeSourceInfo *Sema::SubstType(TypeSourceInfo *T, in SubstType() function in Sema 1591 TypeSourceInfo *Sema::SubstType(TypeLoc TL, in SubstType() function in Sema 1622 QualType Sema::SubstType(QualType T, in SubstType() function in Sema 1745 NewDI = SubstType(ExpansionTL.getPatternLoc(), TemplateArgs, in SubstParmVarDecl() 1767 NewDI = SubstType(OldDI, TemplateArgs, OldParm->getLocation(), in SubstParmVarDecl() 1906 TypeSourceInfo *BaseTypeLoc = SubstType(Base.getTypeSourceInfo(), in SubstBaseSpecifiers() 1933 BaseTypeLoc = SubstType(Base.getTypeSourceInfo(), in SubstBaseSpecifiers() [all …]
|
| H A D | SemaTemplateInstantiateDecl.cpp | 92 TypeSourceInfo *Result = S.SubstType(Aligned->getAlignmentType(), in instantiateDependentAlignedAttr() 559 DI = SemaRef.SubstType(DI, TemplateArgs, in InstantiateTypedefNameDecl() 719 TypeSourceInfo *DI = SemaRef.SubstType( in VisitVarDecl() 785 DI = SemaRef.SubstType(DI, TemplateArgs, in VisitFieldDecl() 871 DI = SemaRef.SubstType(DI, TemplateArgs, in VisitMSPropertyDecl() 947 InstTy = SemaRef.SubstType(Ty, TemplateArgs, in VisitFriendDecl() 1060 SemaRef.SubstType(TI->getType(), TemplateArgs, in VisitEnumDecl() 2839 ParsedType::make(SemaRef.SubstType( in VisitOMPDeclareReductionDecl() 3133 SemaRef.SubstType(D->getTypeSourceInfo(), TemplateArgs, in VisitVarTemplateSpecializationDecl() 3458 TypeSourceInfo *DI = SemaRef.SubstType( in InstantiateVarTemplatePartialSpecialization() [all …]
|
| H A D | SemaTemplate.cpp | 1818 SemaRef.SubstType(TTP->getDefaultArgumentInfo(), Args, in transformTemplateParameter() 1907 SemaRef.SubstType(PackTL.getPatternLoc(), Args, in transformFunctionTypeParam() 1914 NewDI = SemaRef.SubstType(OldDI, Args, OldParam->getLocation(), in transformFunctionTypeParam() 3195 CanonType = SubstType(Pattern->getUnderlyingType(), in CheckTemplateIdType() 4485 SemaRef.SubstType(ArgType, TemplateArgLists, in SubstDefaultTemplateArgument() 4766 NTTPType = SubstType(NTTPType, in CheckTemplateArgument()
|
| H A D | SemaTemplateDeduction.cpp | 2573 S.SubstType(NTTP->getType(), Args, NTTP->getLocation(), in ConvertDeducedTemplateArgument() 3092 SubstType(Proto->getReturnType(), in SubstituteExplicitTemplateArguments() 3414 SubstType(OriginalArg.OriginalParamType, SubstArgs, in FinishTemplateArgumentDeduction()
|
| H A D | SemaAccess.cpp | 1509 BaseObjectType = SubstType(BaseObjectType, TemplateArgs, Loc, in HandleDependentAccessCheck()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 7752 TypeSourceInfo *SubstType(TypeSourceInfo *T, 7757 QualType SubstType(QualType T, 7761 TypeSourceInfo *SubstType(TypeLoc TL,
|