Home | History | Annotate | Download | only in Sema

Lines Matching refs:BestViableFunction

2990   switch (CandidateSet.BestViableFunction(S, From->getLocStart(), Best, true)) {
3170 switch (CandidateSet.BestViableFunction(S, From->getLocStart(), Best, true)) {
4101 switch (CandidateSet.BestViableFunction(S, DeclLoc, Best, true)) {
7912 OverloadCandidateSet::BestViableFunction(Sema &S, SourceLocation Loc,
9613 if (Candidates.BestViableFunction(SemaRef, FnLoc, Best) != OR_Success) {
10000 CandidateSet.BestViableFunction(*this, Fn->getLocStart(), Best);
10101 switch (CandidateSet.BestViableFunction(*this, OpLoc, Best)) {
10322 switch (CandidateSet.BestViableFunction(*this, OpLoc, Best)) {
10546 switch (CandidateSet.BestViableFunction(*this, LLoc, Best)) {
10801 switch (CandidateSet.BestViableFunction(*this, UnresExpr->getLocStart(),
11005 switch (CandidateSet.BestViableFunction(*this, Object.get()->getLocStart(),
11247 switch (CandidateSet.BestViableFunction(*this, OpLoc, Best)) {
11327 switch (CandidateSet.BestViableFunction(*this, UDSuffixLoc, Best)) {
11435 CandidateSet->BestViableFunction(*this, Fn->getLocStart(), Best);