Home | History | Annotate | Download | only in Sema

Lines Matching refs:Best

1710     // Pick the best (i.e. most permissive i.e. numerically lowest) access
2520 OverloadCandidateSet::iterator Best;
2521 switch (OCS.BestViableFunction(*this, SourceLocation(), Best)) {
2523 Result->setMethod(cast<CXXMethodDecl>(Best->Function));
2528 Result->setMethod(cast<CXXMethodDecl>(Best->Function));
3367 /// closest/best edit distance from the original typop.
4334 // Make sure the best edit distance (prior to adding any namespace qualifiers)