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

/external/clang/lib/Sema/
H A DSemaOverload.cpp2898 switch (CandidateSet.BestViableFunction(S, From->getLocStart(), Best, true)) {
3079 switch (CandidateSet.BestViableFunction(S, From->getLocStart(), Best, true)) {
4013 switch (CandidateSet.BestViableFunction(S, DeclLoc, Best, true)) {
7824 OverloadCandidateSet::BestViableFunction(Sema &S, SourceLocation Loc, function in class:OverloadCandidateSet
9501 if (Candidates.BestViableFunction(SemaRef, FnLoc, Best) != OR_Success) {
9863 CandidateSet.BestViableFunction(*this, Fn->getLocStart(), Best);
9964 switch (CandidateSet.BestViableFunction(*this, OpLoc, Best)) {
10189 switch (CandidateSet.BestViableFunction(*this, OpLoc, Best)) {
10411 switch (CandidateSet.BestViableFunction(*this, LLoc, Best)) {
10667 switch (CandidateSet.BestViableFunction(*thi
[all...]

Completed in 83 milliseconds