Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOverload.cpp7201 FunctionTemplateDecl *MethodTmpl, DeclAccessPair FoundDecl, in AddMethodTemplateCandidate() argument
7207 if (!CandidateSet.isNewCandidate(MethodTmpl, PO)) in AddMethodTemplateCandidate()
7223 MethodTmpl, ExplicitTemplateArgs, Args, Specialization, Info, in AddMethodTemplateCandidate()
7226 MethodTmpl, ParamTypes, Args, CandidateSet, Conversions, in AddMethodTemplateCandidate()
7233 Candidate.Function = MethodTmpl->getTemplatedDecl(); in AddMethodTemplateCandidate()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h4003 void AddMethodTemplateCandidate(FunctionTemplateDecl *MethodTmpl,