Searched refs:AddFunctionCandidates (Results 1 – 2 of 2) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 5850 void Sema::AddFunctionCandidates(const UnresolvedSetImpl &Fns, in AddFunctionCandidates() function in Sema 10899 AddFunctionCandidates(Fns, ArgsArray, CandidateSet, false); in CreateOverloadedUnaryOp() 11108 AddFunctionCandidates(Fns, Args, CandidateSet, false); in CreateOverloadedBinOp() 12157 AddFunctionCandidates(R.asUnresolvedSet(), Args, CandidateSet, true, in BuildLiteralOperatorCall()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 2279 void AddFunctionCandidates(const UnresolvedSetImpl &Functions,
|