Lines Matching defs:Best

422     OverloadCandidateSet::iterator Best;
425 .BestViableFunction(SemaRef, Kind.getLocation(), Best);
428 CXXConstructorDecl *CtorDecl = cast<CXXConstructorDecl>(Best->Function);
3442 OverloadCandidateSet::iterator &Best,
3501 return CandidateSet.BestViableFunction(S, DeclLoc, Best);
3547 OverloadCandidateSet::iterator Best;
3567 CandidateSet, Ctors, Best,
3584 CandidateSet, Ctors, Best,
3605 CXXConstructorDecl *CtorDecl = cast<CXXConstructorDecl>(Best->Function);
3627 Best->FoundDecl, CtorDecl, DestType, HadMultipleCandidates,
4054 OverloadCandidateSet::iterator Best;
4056 = CandidateSet.BestViableFunction(S, DeclLoc, Best, true))
4059 FunctionDecl *Function = Best->Function;
4072 Sequence.AddUserConversionStep(Function, Best->FoundDecl,
4099 ICS.Standard = Best->FinalConversion;
4663 OverloadCandidateSet::iterator Best;
4665 = CandidateSet.BestViableFunction(S, DeclLoc, Best, true)) {
4672 FunctionDecl *Function = Best->Function;
4680 Sequence.AddUserConversionStep(Function, Best->FoundDecl,
4695 Sequence.AddUserConversionStep(Function, Best->FoundDecl, DestType,
4700 Sequence.AddUserConversionStep(Function, Best->FoundDecl, ConvType,
4705 if (Best->FinalConversion.First || Best->FinalConversion.Second ||
4706 Best->FinalConversion.Third) {
4709 ICS.Standard = Best->FinalConversion;
5487 OverloadCandidateSet::iterator Best;
5488 switch (CandidateSet.BestViableFunction(S, Loc, Best)) {
5514 S.NoteDeletedFunction(Best->Function);
5518 CXXConstructorDecl *Constructor = cast<CXXConstructorDecl>(Best->Function);
5522 S.CheckConstructorAccess(Loc, Constructor, Best->FoundDecl, Entity,
5558 CurInit = S.BuildCXXConstructExpr(Loc, T, Best->FoundDecl, Constructor,
5596 OverloadCandidateSet::iterator Best;
5597 OverloadingResult OR = CandidateSet.BestViableFunction(S, Loc, Best);
5605 S.CheckConstructorAccess(Loc, cast<CXXConstructorDecl>(Best->Function),
5606 Best->FoundDecl, Entity, Diag);
5622 S.NoteDeletedFunction(Best->Function);
7154 OverloadCandidateSet::iterator Best;
7156 = FailedCandidateSet.BestViableFunction(S, Kind.getLocation(), Best,
7159 S.NoteDeletedFunction(Best->Function);
7346 OverloadCandidateSet::iterator Best;
7348 = FailedCandidateSet.BestViableFunction(S, Kind.getLocation(), Best);
7359 if (S.isImplicitlyDeleted(Best->Function))
7361 << S.getSpecialMember(cast<CXXMethodDecl>(Best->Function))
7367 S.NoteDeletedFunction(Best->Function);
7418 OverloadCandidateSet::iterator Best;
7420 = FailedCandidateSet.BestViableFunction(S, Kind.getLocation(), Best);
7423 CXXConstructorDecl *CtorDecl = cast<CXXConstructorDecl>(Best->Function);