Searched refs:AddFunctionCandidates (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaOverload.cpp | 5887 void Sema::AddFunctionCandidates(const UnresolvedSetImpl &Fns, in AddFunctionCandidates() function in Sema 10939 AddFunctionCandidates(Fns, ArgsArray, CandidateSet); in CreateOverloadedUnaryOp() 11148 AddFunctionCandidates(Fns, Args, CandidateSet); in CreateOverloadedBinOp() 12199 AddFunctionCandidates(R.asUnresolvedSet(), Args, CandidateSet, TemplateArgs, in BuildLiteralOperatorCall()
|
| HD | SemaCodeComplete.cpp | 4031 AddFunctionCandidates(Decls, ArgExprs, CandidateSet, TemplateArgs, in CodeCompleteCall() 4062 AddFunctionCandidates(R.asUnresolvedSet(), ArgExprs, CandidateSet, in CodeCompleteCall()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Sema/ |
| HD | Sema.h | 2344 void AddFunctionCandidates(const UnresolvedSetImpl &Functions,
|