Searched refs:AddOverloadedCallCandidates (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 12804 void Sema::AddOverloadedCallCandidates(UnresolvedLookupExpr *ULE, in AddOverloadedCallCandidates() function in Sema 12860 void Sema::AddOverloadedCallCandidates( in AddOverloadedCallCandidates() function in Sema 12905 SemaRef.AddOverloadedCallCandidates(R, ExplicitTemplateArgs, Args, in DiagnoseTwoPhaseLookup() 13160 AddOverloadedCallCandidates(ULE, Args, *CandidateSet); in buildOverloadedCallSet()
|
| H A D | SemaCodeComplete.cpp | 6060 AddOverloadedCallCandidates(ULE, ArgsWithoutDependentTypes, CandidateSet, in ProduceCallSignatureHelp()
|
| H A D | SemaExpr.cpp | 2304 AddOverloadedCallCandidates(R, ExplicitTemplateArgs, Args, Candidates); in DiagnoseEmptyLookup()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 4036 void AddOverloadedCallCandidates(UnresolvedLookupExpr *ULE, 4040 void AddOverloadedCallCandidates(
|