Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DOverload.h1437 FunctionTemplateDecl *MethodTmpl, DeclAccessPair FoundDecl,
H A DSema.h10412 FunctionTemplateDecl *MethodTmpl, DeclAccessPair FoundDecl,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp7869 FunctionTemplateDecl *MethodTmpl, DeclAccessPair FoundDecl, in AddMethodTemplateCandidateImmediately() argument
7886 auto *Method = cast<CXXMethodDecl>(MethodTmpl->getTemplatedDecl()); in AddMethodTemplateCandidateImmediately()
7890 MethodTmpl, ExplicitTemplateArgs, Args, Specialization, Info, in AddMethodTemplateCandidateImmediately()
7898 MethodTmpl, ParamTypes, Args, CandidateSet, Conversions, in AddMethodTemplateCandidateImmediately()
7943 FunctionTemplateDecl *MethodTmpl, DeclAccessPair FoundDecl, in AddMethodTemplateCandidate() argument
7949 if (!CandidateSet.isNewCandidate(MethodTmpl, PO)) in AddMethodTemplateCandidate()
7955 *this, CandidateSet, MethodTmpl, FoundDecl, ActingContext, in AddMethodTemplateCandidate()
7962 MethodTmpl, FoundDecl, ActingContext, ObjectType, ObjectClassification, in AddMethodTemplateCandidate()
11185 FunctionTemplateDecl *MethodTmpl, DeclAccessPair FoundDecl, in AddDeferredMethodTemplateCandidate() argument
11191 assert(!isa<CXXConstructorDecl>(MethodTmpl->getTemplatedDecl())); in AddDeferredMethodTemplateCandidate()
[all …]