Searched refs:BestViableFunction (Results 1 – 6 of 6) sorted by relevance
/external/clang/include/clang/Sema/ |
D | Overload.h | 785 OverloadingResult BestViableFunction(Sema &S, SourceLocation Loc,
|
/external/clang/lib/Sema/ |
D | SemaOverload.cpp | 3083 CandidateSet.BestViableFunction(S, From->getLocStart(), in IsInitializerListConstructorConversion() 3255 switch (auto Result = CandidateSet.BestViableFunction(S, From->getLocStart(), in IsUserDefinedConversion() 4238 switch (CandidateSet.BestViableFunction(S, DeclLoc, Best, true)) { in FindConversionForRefInit() 5608 switch (CandidateSet.BestViableFunction(*this, Loc, Best)) { in PerformContextualImplicitConversion() 8766 OverloadCandidateSet::BestViableFunction(Sema &S, SourceLocation Loc, in BestViableFunction() function in OverloadCandidateSet 11101 if (Candidates.BestViableFunction(SemaRef, FnLoc, Best) != OR_Success) { in DiagnoseTwoPhaseLookup() 11320 CandidateSet->BestViableFunction(*this, Fn->getLocStart(), Best) == in buildOverloadedCallSet() 11470 CandidateSet.BestViableFunction(*this, Fn->getLocStart(), Best); in BuildOverloadedCallExpr() 11563 switch (CandidateSet.BestViableFunction(*this, OpLoc, Best)) { in CreateOverloadedUnaryOp() 11773 switch (CandidateSet.BestViableFunction(*this, OpLoc, Best)) { in CreateOverloadedBinOp() [all …]
|
D | SemaInit.cpp | 425 .BestViableFunction(SemaRef, Kind.getLocation(), Best); in PerformEmptyInit() 3501 return CandidateSet.BestViableFunction(S, DeclLoc, Best); in ResolveConstructorOverload() 4056 = CandidateSet.BestViableFunction(S, DeclLoc, Best, true)) in TryRefInitWithConversionFunction() 4665 = CandidateSet.BestViableFunction(S, DeclLoc, Best, true)) { in TryUserDefinedConversion() 5488 switch (CandidateSet.BestViableFunction(S, Loc, Best)) { in CopyObject() 5597 OverloadingResult OR = CandidateSet.BestViableFunction(S, Loc, Best); in CheckCXX98CompatAccessibleCopy() 7156 = FailedCandidateSet.BestViableFunction(S, Kind.getLocation(), Best, in Diagnose() 7348 = FailedCandidateSet.BestViableFunction(S, Kind.getLocation(), Best); in Diagnose() 7420 = FailedCandidateSet.BestViableFunction(S, Kind.getLocation(), Best); in Diagnose()
|
D | SemaExprCXX.cpp | 2234 switch (Candidates.BestViableFunction(*this, StartLoc, Best)) { in FindAllocationOverload() 5035 switch (CandidateSet.BestViableFunction(Self, QuestionLoc, Best)) { in FindConditionalOverload()
|
D | SemaLookup.cpp | 2986 switch (OCS.BestViableFunction(*this, SourceLocation(), Best)) { in LookupSpecialMember()
|
D | SemaExpr.cpp | 1986 switch (OCS.BestViableFunction(*this, R.getNameLoc(), Best)) { in DiagnoseEmptyLookup() 4662 switch (OCS.BestViableFunction(S, NameLoc, Best)) { in TryTypoCorrectionForCall()
|