Lines Matching defs:Best
1840 UsualDeallocFnInfo Best;
1848 if (!Best) {
1849 Best = Info;
1855 if (Best.isBetterThan(Info, WantSize, WantAlign))
1860 if (BestFns && Info.isBetterThan(Best, WantSize, WantAlign))
1863 Best = Info;
1868 return Best;
1901 auto Best = resolveDeallocationOverload(
1904 return Best && Best.HasSizeT;
2580 OverloadCandidateSet::iterator Best;
2581 switch (Candidates.BestViableFunction(S, R.getNameLoc(), Best)) {
2584 FunctionDecl *FnDecl = Best->Function;
2586 Best->FoundDecl) == Sema::AR_inaccessible)
2689 Candidates, Best->Function, Args);
3892 OverloadCandidateSet::iterator Best;
3893 switch (Candidates.BestViableFunction(S, R.getNameLoc(), Best)) {
3896 FunctionDecl *FnDecl = Best->Function;
3930 Candidates, Best->Function, Args);
6560 OverloadCandidateSet::iterator Best;
6561 switch (CandidateSet.BestViableFunction(Self, QuestionLoc, Best)) {
6565 LHS.get(), Best->BuiltinParamTypes[0], Best->Conversions[0],
6572 RHS.get(), Best->BuiltinParamTypes[1], Best->Conversions[1],
6577 if (Best->Function)
6578 Self.MarkFunctionReferenced(QuestionLoc, Best->Function);