Home
last modified time | relevance | path

Searched refs:MethodTmpl (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOverload.cpp7084 FunctionTemplateDecl *MethodTmpl, DeclAccessPair FoundDecl, in AddMethodTemplateCandidate() argument
7090 if (!CandidateSet.isNewCandidate(MethodTmpl, PO)) in AddMethodTemplateCandidate()
7106 MethodTmpl, ExplicitTemplateArgs, Args, Specialization, Info, in AddMethodTemplateCandidate()
7109 MethodTmpl, ParamTypes, Args, CandidateSet, Conversions, in AddMethodTemplateCandidate()
7116 Candidate.Function = MethodTmpl->getTemplatedDecl(); in AddMethodTemplateCandidate()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h3880 void AddMethodTemplateCandidate(FunctionTemplateDecl *MethodTmpl,