Searched refs:SubstDecl (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiateDecl.cpp | 4638 Decl *Sema::SubstDecl(Decl *D, DeclContext *Owner, in SubstDecl() function in Sema 5439 return cast_or_null<FunctionDecl>(SubstDecl(FD, FD->getParent(), MArgs)); in InstantiateFunctionDeclaration() 6334 Var = cast_or_null<VarDecl>(SubstDecl(Def, Var->getDeclContext(), in InstantiateVariableDefinition() 6847 Decl *Inst = SubstDecl(D, CurContext, TemplateArgs); in FindInstantiatedDecl() 6856 Decl *Inst = SubstDecl(D, CurContext, TemplateArgs); in FindInstantiatedDecl()
|
| H A D | SemaTemplateDeductionGuide.cpp | 279 SemaRef.SubstDecl(OldParam, DC, Args)); in transformTemplateParam()
|
| H A D | SemaTemplateDeduction.cpp | 2964 if (Inst.isInvalid() || !S.SubstDecl(TTP, S.CurContext, Args)) in ConvertDeducedTemplateArgument() 3972 SubstDecl(FD, Owner, SubstArgs)); in FinishTemplateArgumentDeduction()
|
| H A D | SemaTemplateInstantiate.cpp | 2007 Decl *Inst = getSema().SubstDecl(D, getSema().CurContext, TemplateArgs); in TransformDefinition()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 14083 Decl *SubstDecl(Decl *D, DeclContext *Owner,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 6185 …NS_11DeclContextERKNS_30MultiLevelTemplateArgumentListE", "clang::Sema::SubstDecl(clang::Decl*, cl…
|