Home | History | Annotate | Download | only in Sema

Lines Matching refs:Best

1518     // Pick the best (i.e. most permissive i.e. numerically lowest) access
2408 OverloadCandidateSet::iterator Best;
2409 switch (OCS.BestViableFunction(*this, SourceLocation(), Best)) {
2411 Result->setMethod(cast<CXXMethodDecl>(Best->Function));
2416 Result->setMethod(cast<CXXMethodDecl>(Best->Function));