Searched refs:AddOverloadedCallCandidates (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 13462 void Sema::AddOverloadedCallCandidates(UnresolvedLookupExpr *ULE, in AddOverloadedCallCandidates() function in Sema 13518 void Sema::AddOverloadedCallCandidates( in AddOverloadedCallCandidates() function in Sema 13563 SemaRef.AddOverloadedCallCandidates(R, ExplicitTemplateArgs, Args, in DiagnoseTwoPhaseLookup() 13817 AddOverloadedCallCandidates(ULE, Args, *CandidateSet); in buildOverloadedCallSet()
|
| H A D | SemaCodeComplete.cpp | 6201 AddOverloadedCallCandidates(ULE, ArgsWithoutDependentTypes, CandidateSet, in ProduceCallSignatureHelp()
|
| H A D | SemaExpr.cpp | 2503 AddOverloadedCallCandidates(R, ExplicitTemplateArgs, Args, Candidates); in DiagnoseEmptyLookup()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 4247 void AddOverloadedCallCandidates(UnresolvedLookupExpr *ULE, 4251 void AddOverloadedCallCandidates(
|