Searched refs:AddFunctionCandidates (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 4052 AddFunctionCandidates(Decls, ArgExprs, CandidateSet, TemplateArgs, in CodeCompleteCall() 4083 AddFunctionCandidates(R.asUnresolvedSet(), ArgExprs, CandidateSet, in CodeCompleteCall()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 5613 AddFunctionCandidates(Decls, ArgExprs, CandidateSet, TemplateArgs, in ProduceCallSignatureHelp() 5645 AddFunctionCandidates(R.asUnresolvedSet(), ArgExprs, CandidateSet, in ProduceCallSignatureHelp()
|
D | SemaOverload.cpp | 6747 void Sema::AddFunctionCandidates(const UnresolvedSetImpl &Fns, in AddFunctionCandidates() function in Sema
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2458 void AddFunctionCandidates(const UnresolvedSetImpl &Functions,
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 3478 void AddFunctionCandidates(const UnresolvedSetImpl &Functions,
|