Searched refs:MethodTmpl (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/clang/lib/Sema/ |
D | SemaOverload.cpp | 7006 FunctionTemplateDecl *MethodTmpl, DeclAccessPair FoundDecl, in AddMethodTemplateCandidate() argument 7012 if (!CandidateSet.isNewCandidate(MethodTmpl, PO)) in AddMethodTemplateCandidate() 7028 MethodTmpl, ExplicitTemplateArgs, Args, Specialization, Info, in AddMethodTemplateCandidate() 7031 MethodTmpl, ParamTypes, Args, CandidateSet, Conversions, in AddMethodTemplateCandidate() 7038 Candidate.Function = MethodTmpl->getTemplatedDecl(); in AddMethodTemplateCandidate()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2478 void AddMethodTemplateCandidate(FunctionTemplateDecl *MethodTmpl,
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 3502 void AddMethodTemplateCandidate(FunctionTemplateDecl *MethodTmpl,
|