Searched refs:AddOverloadedCallCandidates (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 12633 void Sema::AddOverloadedCallCandidates(UnresolvedLookupExpr *ULE, in AddOverloadedCallCandidates() function in Sema 12689 void Sema::AddOverloadedCallCandidates( in AddOverloadedCallCandidates() function in Sema 12734 SemaRef.AddOverloadedCallCandidates(R, ExplicitTemplateArgs, Args, in DiagnoseTwoPhaseLookup() 12989 AddOverloadedCallCandidates(ULE, Args, *CandidateSet); in buildOverloadedCallSet()
|
| H A D | SemaCodeComplete.cpp | 5747 AddOverloadedCallCandidates(ULE, ArgsWithoutDependentTypes, CandidateSet, in ProduceCallSignatureHelp()
|
| H A D | SemaExpr.cpp | 2246 AddOverloadedCallCandidates(R, ExplicitTemplateArgs, Args, Candidates); in DiagnoseEmptyLookup()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 3819 void AddOverloadedCallCandidates(UnresolvedLookupExpr *ULE, 3823 void AddOverloadedCallCandidates(
|