Searched defs:BestViableFunction (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaOverload.cpp2943 switch (CandidateSet.BestViableFunction(S, From->getLocStart(), Best, true)) {
3123 switch (CandidateSet.BestViableFunction(S, From->getLocStart(), Best, true)) {
4068 switch (CandidateSet.BestViableFunction(S, DeclLoc, Best, true)) {
5351 switch (CandidateSet.BestViableFunction(*this, Loc, Best)) {
8023 OverloadCandidateSet::BestViableFunction(Sema &S, SourceLocation Loc, function in class:OverloadCandidateSet
9951 if (Candidates.BestViableFunction(SemaRef, FnLoc, Best) != OR_Success) {
10274 CandidateSet.BestViableFunction(*this, Fn->getLocStart(), Best);
10374 switch (CandidateSet.BestViableFunction(*this, OpLoc, Best)) {
10591 switch (CandidateSet.BestViableFunction(*this, OpLoc, Best)) {
10815 switch (CandidateSet.BestViableFunction(*thi
[all...]

Completed in 124 milliseconds