Home
last modified time | relevance | path

Searched refs:getMoreConstrainedFunction (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp9608 getMoreConstrainedFunction(Method, BestMethod) == Method) { in CheckMemberSpecialization()
9625 getMoreConstrainedFunction(Method, BestMethod) != BestMethod) { in CheckMemberSpecialization()
H A DSemaOverload.cpp10714 return S.getMoreConstrainedFunction(Fn1, Fn2); in getMorePartialOrderingConstrained()
11391 S.getMoreConstrainedFunction(Best->Function, It->Function); in PerfectViableFunction()
14022 if (!getMoreConstrainedFunction(Skipped, Result)) in resolveAddressOfSingleOverloadCandidate()
H A DSemaTemplateDeduction.cpp6118 FunctionDecl *Sema::getMoreConstrainedFunction(FunctionDecl *FD1, in getMoreConstrainedFunction() function in Sema
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h12827 FunctionDecl *getMoreConstrainedFunction(FunctionDecl *FD1,