Lines Matching refs:BestViableFunction
3020 CandidateSet.BestViableFunction(S, From->getLocStart(), in IsInitializerListConstructorConversion()
3202 switch (auto Result = CandidateSet.BestViableFunction(S, From->getLocStart(), in IsUserDefinedConversion()
4181 switch (CandidateSet.BestViableFunction(S, DeclLoc, Best, true)) { in FindConversionForRefInit()
5548 switch (CandidateSet.BestViableFunction(*this, Loc, Best)) { in PerformContextualImplicitConversion()
8684 OverloadCandidateSet::BestViableFunction(Sema &S, SourceLocation Loc, in BestViableFunction() function in OverloadCandidateSet
10871 if (Candidates.BestViableFunction(SemaRef, FnLoc, Best) != OR_Success) { in DiagnoseTwoPhaseLookup()
11090 CandidateSet->BestViableFunction(*this, Fn->getLocStart(), Best) == in buildOverloadedCallSet()
11223 CandidateSet.BestViableFunction(*this, Fn->getLocStart(), Best); in BuildOverloadedCallExpr()
11316 switch (CandidateSet.BestViableFunction(*this, OpLoc, Best)) { in CreateOverloadedUnaryOp()
11526 switch (CandidateSet.BestViableFunction(*this, OpLoc, Best)) { in CreateOverloadedBinOp()
11758 switch (CandidateSet.BestViableFunction(*this, LLoc, Best)) { in CreateOverloadedArraySubscriptExpr()
12017 switch (CandidateSet.BestViableFunction(*this, UnresExpr->getLocStart(), in BuildCallToMemberFunction()
12260 switch (CandidateSet.BestViableFunction(*this, Object.get()->getLocStart(), in BuildCallToObjectOfClassType()
12491 switch (CandidateSet.BestViableFunction(*this, OpLoc, Best)) { in BuildOverloadedArrowExpr()
12582 switch (CandidateSet.BestViableFunction(*this, UDSuffixLoc, Best)) { in BuildLiteralOperatorCall()
12687 CandidateSet->BestViableFunction(*this, Fn->getLocStart(), Best); in BuildForRangeBeginEndCall()