Searched refs:BestViableFunction (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Overload.h | 1122 OverloadingResult BestViableFunction(Sema &S, SourceLocation Loc,
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 4680 switch (CandidateSet.BestViableFunction(S, DeclLoc, Best)) { in FindConversionForRefInit() 6164 switch (CandidateSet.BestViableFunction(*this, Loc, Best)) { in PerformContextualImplicitConversion() 9968 OverloadCandidateSet::BestViableFunction(Sema &S, SourceLocation Loc, in BestViableFunction() function in OverloadCandidateSet 12739 Candidates.BestViableFunction(SemaRef, FnLoc, Best); in DiagnoseTwoPhaseLookup() 13193 CandidateSet.BestViableFunction(*this, Fn->getBeginLoc(), Best); in BuildOverloadedCallExpr() 13298 switch (CandidateSet.BestViableFunction(*this, OpLoc, Best)) { in CreateOverloadedUnaryOp() 13574 switch (CandidateSet.BestViableFunction(*this, OpLoc, Best)) { in CreateOverloadedBinOp() 14040 switch (CandidateSet.BestViableFunction(*this, LLoc, Best)) { in CreateOverloadedArraySubscriptExpr() 14779 switch (CandidateSet.BestViableFunction(*this, OpLoc, Best)) { in BuildOverloadedArrowExpr() 14875 switch (CandidateSet.BestViableFunction(*this, UDSuffixLoc, Best)) { in BuildLiteralOperatorCall() [all …]
|
| H A D | SemaInit.cpp | 536 .BestViableFunction(SemaRef, Kind.getLocation(), Best); in PerformEmptyInit() 4028 return CandidateSet.BestViableFunction(S, DeclLoc, Best); in ResolveConstructorOverload() 4661 = CandidateSet.BestViableFunction(S, DeclLoc, Best)) in TryRefInitWithConversionFunction() 5322 = CandidateSet.BestViableFunction(S, DeclLoc, Best)) { in TryUserDefinedConversion() 9108 = FailedCandidateSet.BestViableFunction(S, Kind.getLocation(), Best); in Diagnose() 9350 = FailedCandidateSet.BestViableFunction(S, Kind.getLocation(), Best); in Diagnose() 9422 = FailedCandidateSet.BestViableFunction(S, Kind.getLocation(), Best); in Diagnose() 10104 return Candidates.BestViableFunction(*this, Kind.getLocation(), Best); in DeduceTemplateSpecializationFromInitializer()
|
| H A D | SemaExprCXX.cpp | 2452 switch (Candidates.BestViableFunction(S, R.getNameLoc(), Best)) { in resolveAllocationOverload() 3728 switch (Candidates.BestViableFunction(S, R.getNameLoc(), Best)) { in resolveBuiltinNewDeleteOverload() 5974 switch (CandidateSet.BestViableFunction(Self, QuestionLoc, Best)) { in FindConditionalOverload()
|
| H A D | SemaLookup.cpp | 3250 switch (OCS.BestViableFunction(*this, LookupLoc, Best)) { in LookupSpecialMember()
|
| H A D | SemaExpr.cpp | 2248 if (Candidates.BestViableFunction(*this, R.getNameLoc(), Best) == in DiagnoseEmptyLookup() 2306 switch (OCS.BestViableFunction(*this, R.getNameLoc(), Best)) { in DiagnoseEmptyLookup() 5793 switch (OCS.BestViableFunction(S, NameLoc, Best)) { in TryTypoCorrectionForCall()
|
| H A D | SemaDeclCXX.cpp | 7764 switch (CandidateSet.BestViableFunction(S, FD->getLocation(), Best)) { in visitBinaryOperator()
|