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() 475 DI = SemaRef.SubstType(DI, TemplateArgs, in InstantiateTypedefNameDecl() 609 TypeSourceInfo *DI = SemaRef.SubstType(D->getTypeSourceInfo(), in VisitVarDecl() 667 DI = SemaRef.SubstType(DI, TemplateArgs, in VisitFieldDecl() 753 DI = SemaRef.SubstType(DI, TemplateArgs, in VisitMSPropertyDecl() 829 InstTy = SemaRef.SubstType(Ty, TemplateArgs, in VisitFriendDecl() 904 TypeSourceInfo *NewTI = SemaRef.SubstType(TI, TemplateArgs, UnderlyingLoc, in VisitEnumDecl() 942 SemaRef.SubstType(TI->getType(), TemplateArgs, in VisitEnumDecl() 2027 SemaRef.SubstType(D->getDefaultArgumentInfo(), TemplateArgs, in VisitTemplateTypeParmDecl() 2057 TypeSourceInfo *NewDI =SemaRef.SubstType(D->getExpansionTypeSourceInfo(I), in VisitNonTypeTemplateParmDecl() [all …]
|
D | SemaTemplateInstantiate.cpp | 1090 QualType TargetType = SemaRef.SubstType(NTTP->getType(), TemplateArgs, in TransformTemplateParmRefExpr() 1163 type = SemaRef.SubstType( in transformNonTypeTemplateParmRef() 1167 type = SemaRef.SubstType(parm->getType(), TemplateArgs, in transformNonTypeTemplateParmRef() 1453 TypeSourceInfo *Sema::SubstType(TypeSourceInfo *T, in SubstType() function in Sema 1469 TypeSourceInfo *Sema::SubstType(TypeLoc TL, in SubstType() function in Sema 1500 QualType Sema::SubstType(QualType T, in SubstType() function in Sema 1617 NewDI = SubstType(ExpansionTL.getPatternLoc(), TemplateArgs, in SubstParmVarDecl() 1639 NewDI = SubstType(OldDI, TemplateArgs, OldParm->getLocation(), in SubstParmVarDecl() 1778 TypeSourceInfo *BaseTypeLoc = SubstType(Base.getTypeSourceInfo(), in SubstBaseSpecifiers() 1805 BaseTypeLoc = SubstType(Base.getTypeSourceInfo(), in SubstBaseSpecifiers() [all …]
|
D | SemaAccess.cpp | 1508 BaseObjectType = SubstType(BaseObjectType, TemplateArgs, Loc, in HandleDependentAccessCheck()
|
D | SemaTemplateDeduction.cpp | 2088 NTTPType = S.SubstType(NTTPType, in ConvertDeducedTemplateArgument() 2597 SubstType(Proto->getReturnType(), in SubstituteExplicitTemplateArguments()
|
D | SemaTemplate.cpp | 2175 CanonType = SubstType(Pattern->getUnderlyingType(), in CheckTemplateIdType() 3274 SemaRef.SubstType(ArgType, TemplateArgLists, in SubstDefaultTemplateArgument() 3519 NTTPType = SubstType(NTTPType, in CheckTemplateArgument()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 7128 TypeSourceInfo *SubstType(TypeSourceInfo *T, 7132 QualType SubstType(QualType T, 7136 TypeSourceInfo *SubstType(TypeLoc TL,
|