| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Overload.h | 1456 OverloadingResult BestViableFunction(Sema &S, SourceLocation Loc,
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 3915 CandidateSet.BestViableFunction(S, From->getBeginLoc(), Best)) { in IsInitializerListConstructorConversion() 4095 CandidateSet.BestViableFunction(S, From->getBeginLoc(), Best)) { in IsUserDefinedConversion() 5212 switch (CandidateSet.BestViableFunction(S, DeclLoc, Best)) { in FindConversionForRefInit() 6924 switch (CandidateSet.BestViableFunction(*this, Loc, Best)) { in PerformContextualImplicitConversion() 11345 OverloadingResult OverloadCandidateSet::BestViableFunction(Sema &S, in BestViableFunction() function in OverloadCandidateSet 14358 Candidates.BestViableFunction(SemaRef, FnLoc, Best); in DiagnoseTwoPhaseLookup() 14612 CandidateSet->BestViableFunction(*this, Fn->getBeginLoc(), Best) == in buildOverloadedCallSet() 14827 CandidateSet.BestViableFunction(*this, Fn->getBeginLoc(), Best); in BuildOverloadedCallExpr() 15046 switch (CandidateSet.BestViableFunction(*this, OpLoc, Best)) { in CreateOverloadedUnaryOp() 15330 switch (CandidateSet.BestViableFunction(*this, OpLoc, Best)) { in CreateOverloadedBinOp() [all …]
|
| H A D | SemaInit.cpp | 660 .BestViableFunction(SemaRef, Kind.getLocation(), Best); in PerformEmptyInit() 4447 return CandidateSet.BestViableFunction(S, DeclLoc, Best); in ResolveConstructorOverload() 5248 = CandidateSet.BestViableFunction(S, DeclLoc, Best)) in TryRefInitWithConversionFunction() 6175 = CandidateSet.BestViableFunction(S, DeclLoc, Best)) { in TryUserDefinedConversion() 9003 = FailedCandidateSet.BestViableFunction(S, Kind.getLocation(), Best); in Diagnose() 9252 = FailedCandidateSet.BestViableFunction(S, Kind.getLocation(), Best); in Diagnose() 9342 = FailedCandidateSet.BestViableFunction(S, Kind.getLocation(), Best); in Diagnose() 10238 return Candidates.BestViableFunction(*this, Kind.getLocation(), Best); in DeduceTemplateSpecializationFromInitializer()
|
| H A D | SemaTypeTraits.cpp | 107 switch (OCS.BestViableFunction(SemaRef, LookupLoc, Best)) { in LookupSpecialMemberFromXValue()
|
| H A D | SemaExprCXX.cpp | 2705 switch (Candidates.BestViableFunction(S, R.getNameLoc(), Best)) { in resolveAllocationOverloadInterior() 4235 switch (Candidates.BestViableFunction(S, R.getNameLoc(), Best)) { in resolveBuiltinNewDeleteOverload() 5567 switch (CandidateSet.BestViableFunction(Self, QuestionLoc, Best)) { in FindConditionalOverload()
|
| H A D | SemaCast.cpp | 549 candidates.BestViableFunction(S, range.getBegin(), Best); in tryDiagnoseOverloadedCast()
|
| H A D | SemaLookup.cpp | 3581 switch (OCS.BestViableFunction(*this, LookupLoc, Best)) { in LookupSpecialMember()
|
| H A D | SemaExpr.cpp | 2552 if (Candidates.BestViableFunction(*this, R.getNameLoc(), Best) == in DiagnoseEmptyLookup() 2597 switch (OCS.BestViableFunction(*this, R.getNameLoc(), Best)) { in DiagnoseEmptyLookup() 5843 switch (OCS.BestViableFunction(S, NameLoc, Best)) { in TryTypoCorrectionForCall()
|
| H A D | SemaTemplate.cpp | 10646 switch (NonTemplateMatches.BestViableFunction(*this, D.getIdentifierLoc(), in ActOnExplicitInstantiation()
|
| H A D | SemaDeclCXX.cpp | 8240 switch (CandidateSet.BestViableFunction(S, FD->getLocation(), Best)) { in visitBinaryOperator()
|
| H A D | SemaDecl.cpp | 19188 switch (OCS.BestViableFunction(S, Loc, Best)) { in ComputeSelectedDestructor()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 5740 …ocationERPNS_17OverloadCandidateEb", "clang::OverloadCandidateSet::BestViableFunction(clang::Sema&…
|