Searched refs:MethodTmpl (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 6691 Sema::AddMethodTemplateCandidate(FunctionTemplateDecl *MethodTmpl, in AddMethodTemplateCandidate() argument 6701 if (!CandidateSet.isNewCandidate(MethodTmpl)) in AddMethodTemplateCandidate() 6717 MethodTmpl, ExplicitTemplateArgs, Args, Specialization, Info, in AddMethodTemplateCandidate() 6720 MethodTmpl, ParamTypes, Args, CandidateSet, Conversions, in AddMethodTemplateCandidate() 6727 Candidate.Function = MethodTmpl->getTemplatedDecl(); in AddMethodTemplateCandidate()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 2790 void AddMethodTemplateCandidate(FunctionTemplateDecl *MethodTmpl,
|