Lines Matching defs:Best
1855 UsualDeallocFnInfo Best;
1863 if (!Best) {
1864 Best = Info;
1870 if (Best.isBetterThan(Info, WantSize, WantAlign))
1875 if (BestFns && Info.isBetterThan(Best, WantSize, WantAlign))
1878 Best = Info;
1883 return Best;
1916 auto Best = resolveDeallocationOverload(
1919 return Best && Best.HasSizeT;
2596 OverloadCandidateSet::iterator Best;
2597 switch (Candidates.BestViableFunction(S, R.getNameLoc(), Best)) {
2600 FunctionDecl *FnDecl = Best->Function;
2602 Best->FoundDecl) == Sema::AR_inaccessible)
2705 Candidates, Best->Function, Args);
3917 OverloadCandidateSet::iterator Best;
3918 switch (Candidates.BestViableFunction(S, R.getNameLoc(), Best)) {
3921 FunctionDecl *FnDecl = Best->Function;
3955 Candidates, Best->Function, Args);
6708 OverloadCandidateSet::iterator Best;
6709 switch (CandidateSet.BestViableFunction(Self, QuestionLoc, Best)) {
6713 LHS.get(), Best->BuiltinParamTypes[0], Best->Conversions[0],
6720 RHS.get(), Best->BuiltinParamTypes[1], Best->Conversions[1],
6725 if (Best->Function)
6726 Self.MarkFunctionReferenced(QuestionLoc, Best->Function);