Searched refs:AddOverloadedCallCandidates (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 12958 void Sema::AddOverloadedCallCandidates(UnresolvedLookupExpr *ULE, in AddOverloadedCallCandidates() function in Sema 13014 void Sema::AddOverloadedCallCandidates( in AddOverloadedCallCandidates() function in Sema 13059 SemaRef.AddOverloadedCallCandidates(R, ExplicitTemplateArgs, Args, in DiagnoseTwoPhaseLookup() 13313 AddOverloadedCallCandidates(ULE, Args, *CandidateSet); in buildOverloadedCallSet()
|
| H A D | SemaCodeComplete.cpp | 6111 AddOverloadedCallCandidates(ULE, ArgsWithoutDependentTypes, CandidateSet, in ProduceCallSignatureHelp()
|
| H A D | SemaExpr.cpp | 2303 AddOverloadedCallCandidates(R, ExplicitTemplateArgs, Args, Candidates); in DiagnoseEmptyLookup()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 4156 void AddOverloadedCallCandidates(UnresolvedLookupExpr *ULE, 4160 void AddOverloadedCallCandidates(
|