Searched refs:SubstType (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaTemplateInstantiateDecl.cpp | 89 TypeSourceInfo *Result = S.SubstType(Aligned->getAlignmentType(), in instantiateDependentAlignedAttr() 361 DI = SemaRef.SubstType(DI, TemplateArgs, in InstantiateTypedefNameDecl() 502 TypeSourceInfo *DI = SemaRef.SubstType(D->getTypeSourceInfo(), in VisitVarDecl() 560 DI = SemaRef.SubstType(DI, TemplateArgs, in VisitFieldDecl() 646 DI = SemaRef.SubstType(DI, TemplateArgs, in VisitMSPropertyDecl() 722 InstTy = SemaRef.SubstType(Ty, TemplateArgs, in VisitFriendDecl() 797 TypeSourceInfo *NewTI = SemaRef.SubstType(TI, TemplateArgs, UnderlyingLoc, in VisitEnumDecl() 835 SemaRef.SubstType(TI->getType(), TemplateArgs, in VisitEnumDecl() 1952 SemaRef.SubstType(D->getDefaultArgumentInfo(), TemplateArgs, in VisitTemplateTypeParmDecl() 1982 TypeSourceInfo *NewDI =SemaRef.SubstType(D->getExpansionTypeSourceInfo(I), in VisitNonTypeTemplateParmDecl() [all …]
|
D | SemaTemplateInstantiate.cpp | 1088 QualType TargetType = SemaRef.SubstType(NTTP->getType(), TemplateArgs, in TransformTemplateParmRefExpr() 1161 type = SemaRef.SubstType( in transformNonTypeTemplateParmRef() 1165 type = SemaRef.SubstType(parm->getType(), TemplateArgs, in transformNonTypeTemplateParmRef() 1451 TypeSourceInfo *Sema::SubstType(TypeSourceInfo *T, in SubstType() function in Sema 1467 TypeSourceInfo *Sema::SubstType(TypeLoc TL, in SubstType() function in Sema 1498 QualType Sema::SubstType(QualType T, in SubstType() function in Sema 1625 NewDI = SubstType(ExpansionTL.getPatternLoc(), TemplateArgs, in SubstParmVarDecl() 1647 NewDI = SubstType(OldDI, TemplateArgs, OldParm->getLocation(), in SubstParmVarDecl() 1785 TypeSourceInfo *BaseTypeLoc = SubstType(Base.getTypeSourceInfo(), in SubstBaseSpecifiers() 1812 BaseTypeLoc = SubstType(Base.getTypeSourceInfo(), in SubstBaseSpecifiers() [all …]
|
D | SemaTemplateDeduction.cpp | 2151 NTTPType = S.SubstType(NTTPType, in FinishTemplateArgumentDeduction() 2320 S.SubstType(NTTPType, MultiLevelTemplateArgumentList(TemplateArgs), in FinishTemplateArgumentDeduction() 2598 SubstType(Proto->getReturnType(), in SubstituteExplicitTemplateArguments() 2819 NTTPType = SubstType(NTTPType, in FinishTemplateArgumentDeduction()
|
D | SemaAccess.cpp | 1513 BaseObjectType = SubstType(BaseObjectType, TemplateArgs, Loc, in HandleDependentAccessCheck()
|
D | SemaTemplate.cpp | 2135 CanonType = SubstType(Pattern->getUnderlyingType(), in CheckTemplateIdType() 3232 SemaRef.SubstType(ArgType, TemplateArgLists, in SubstDefaultTemplateArgument() 3480 NTTPType = SubstType(NTTPType, in CheckTemplateArgument()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 6965 TypeSourceInfo *SubstType(TypeSourceInfo *T, 6969 QualType SubstType(QualType T, 6973 TypeSourceInfo *SubstType(TypeLoc TL,
|