Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp7003 FunctionTemplateDecl *MethodTmpl, DeclAccessPair FoundDecl, in AddMethodTemplateCandidate() argument
7009 if (!CandidateSet.isNewCandidate(MethodTmpl, PO)) in AddMethodTemplateCandidate()
7025 MethodTmpl, ExplicitTemplateArgs, Args, Specialization, Info, in AddMethodTemplateCandidate()
7028 MethodTmpl, ParamTypes, Args, CandidateSet, Conversions, in AddMethodTemplateCandidate()
7035 Candidate.Function = MethodTmpl->getTemplatedDecl(); in AddMethodTemplateCandidate()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h3633 void AddMethodTemplateCandidate(FunctionTemplateDecl *MethodTmpl,