Searched defs:MethodTmpl (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaOverload.cpp6105 Sema::AddMethodTemplateCandidate(FunctionTemplateDecl *MethodTmpl, argument
6115 if (!CandidateSet.isNewCandidate(MethodTmpl))
6130 = DeduceTemplateArguments(MethodTmpl, ExplicitTemplateArgs, Args,
6134 Candidate.Function = MethodTmpl->getTemplatedDecl();

Completed in 187 milliseconds