Searched refs:SubstType (Results 1 – 6 of 6) sorted by relevance
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/ |
| D | SemaTemplateInstantiateDecl.cpp | 85 TypeSourceInfo *Result = S.SubstType(Aligned->getAlignmentType(), in instantiateDependentAlignedAttr() 209 DI = SemaRef.SubstType(DI, TemplateArgs, in InstantiateTypedefNameDecl() 347 TypeSourceInfo *DI = SemaRef.SubstType(D->getTypeSourceInfo(), in VisitVarDecl() 396 DI = SemaRef.SubstType(DI, TemplateArgs, in VisitFieldDecl() 482 DI = SemaRef.SubstType(DI, TemplateArgs, in VisitMSPropertyDecl() 561 InstTy = SemaRef.SubstType(Ty, TemplateArgs, in VisitFriendDecl() 636 TypeSourceInfo *NewTI = SemaRef.SubstType(TI, TemplateArgs, UnderlyingLoc, in VisitEnumDecl() 664 SemaRef.SubstType(TI->getType(), TemplateArgs, in VisitEnumDecl() 1778 SemaRef.SubstType(D->getDefaultArgumentInfo(), TemplateArgs, in VisitTemplateTypeParmDecl() 1808 TypeSourceInfo *NewDI =SemaRef.SubstType(D->getExpansionTypeSourceInfo(I), in VisitNonTypeTemplateParmDecl() [all …]
|
| D | SemaTemplateInstantiate.cpp | 1206 QualType TargetType = SemaRef.SubstType(NTTP->getType(), TemplateArgs, in TransformTemplateParmRefExpr() 1261 type = SemaRef.SubstType( in transformNonTypeTemplateParmRef() 1265 type = SemaRef.SubstType(parm->getType(), TemplateArgs, in transformNonTypeTemplateParmRef() 1558 TypeSourceInfo *Sema::SubstType(TypeSourceInfo *T, in SubstType() function in Sema 1574 TypeSourceInfo *Sema::SubstType(TypeLoc TL, in SubstType() function in Sema 1605 QualType Sema::SubstType(QualType T, in SubstType() function in Sema 1703 NewDI = SubstType(ExpansionTL.getPatternLoc(), TemplateArgs, in SubstParmVarDecl() 1725 NewDI = SubstType(OldDI, TemplateArgs, OldParm->getLocation(), in SubstParmVarDecl() 1849 TypeSourceInfo *BaseTypeLoc = SubstType(Base->getTypeSourceInfo(), in SubstBaseSpecifiers() 1876 BaseTypeLoc = SubstType(Base->getTypeSourceInfo(), in SubstBaseSpecifiers() [all …]
|
| D | SemaTemplateDeduction.cpp | 2162 NTTPType = S.SubstType(NTTPType, in FinishTemplateArgumentDeduction() 2331 S.SubstType(NTTPType, MultiLevelTemplateArgumentList(TemplateArgs), in FinishTemplateArgumentDeduction() 2608 ResultType = SubstType(Proto->getResultType(), in SubstituteExplicitTemplateArguments() 2819 NTTPType = SubstType(NTTPType, in FinishTemplateArgumentDeduction()
|
| D | SemaTemplate.cpp | 2008 CanonType = SubstType(Pattern->getUnderlyingType(), in CheckTemplateIdType() 2388 SubstType(Templated->getTypeSourceInfo(), in ActOnVarTemplateSpecialization() 3079 SemaRef.SubstType(ArgType, TemplateArgLists, in SubstDefaultTemplateArgument() 3326 NTTPType = SubstType(NTTPType, in CheckTemplateArgument()
|
| D | SemaAccess.cpp | 1519 BaseObjectType = SubstType(BaseObjectType, TemplateArgs, Loc, in HandleDependentAccessCheck()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/ |
| D | Sema.h | 6448 TypeSourceInfo *SubstType(TypeSourceInfo *T, 6452 QualType SubstType(QualType T, 6456 TypeSourceInfo *SubstType(TypeLoc TL,
|