Searched refs:AddOverloadedCallCandidates (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOverload.cpp | 13489 void Sema::AddOverloadedCallCandidates(UnresolvedLookupExpr *ULE, in AddOverloadedCallCandidates() function in Sema 13543 void Sema::AddOverloadedCallCandidates( in AddOverloadedCallCandidates() function in Sema 13588 SemaRef.AddOverloadedCallCandidates(R, ExplicitTemplateArgs, Args, in DiagnoseTwoPhaseLookup() 13839 AddOverloadedCallCandidates(ULE, Args, *CandidateSet); in buildOverloadedCallSet()
|
H A D | SemaCodeComplete.cpp | 6243 SemaRef.AddOverloadedCallCandidates(ULE, ArgsWithoutDependentTypes, in ProduceCallSignatureHelp()
|
H A D | SemaExpr.cpp | 2468 AddOverloadedCallCandidates(R, ExplicitTemplateArgs, Args, Candidates); in DiagnoseEmptyLookup()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 10473 void AddOverloadedCallCandidates(UnresolvedLookupExpr *ULE, 10480 void AddOverloadedCallCandidates(
|