Searched refs:BestViableFunction (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Overload.h | 962 OverloadingResult BestViableFunction(Sema &S, SourceLocation Loc,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 4470 switch (CandidateSet.BestViableFunction(S, DeclLoc, Best)) { in FindConversionForRefInit() 5892 switch (CandidateSet.BestViableFunction(*this, Loc, Best)) { in PerformContextualImplicitConversion() 9377 OverloadCandidateSet::BestViableFunction(Sema &S, SourceLocation Loc, in BestViableFunction() function in OverloadCandidateSet 12026 CandidateSet->BestViableFunction(*this, Fn->getBeginLoc(), Best) == in buildOverloadedCallSet() 12177 CandidateSet.BestViableFunction(*this, Fn->getBeginLoc(), Best); in BuildOverloadedCallExpr() 12270 switch (CandidateSet.BestViableFunction(*this, OpLoc, Best)) { in CreateOverloadedUnaryOp() 12484 switch (CandidateSet.BestViableFunction(*this, OpLoc, Best)) { in CreateOverloadedBinOp() 12720 switch (CandidateSet.BestViableFunction(*this, LLoc, Best)) { in CreateOverloadedArraySubscriptExpr() 13441 switch (CandidateSet.BestViableFunction(*this, OpLoc, Best)) { in BuildOverloadedArrowExpr() 13535 switch (CandidateSet.BestViableFunction(*this, UDSuffixLoc, Best)) { in BuildLiteralOperatorCall() [all …]
|
| H A D | SemaInit.cpp | 437 .BestViableFunction(SemaRef, Kind.getLocation(), Best); in PerformEmptyInit() 3802 return CandidateSet.BestViableFunction(S, DeclLoc, Best); in ResolveConstructorOverload() 4405 = CandidateSet.BestViableFunction(S, DeclLoc, Best)) in TryRefInitWithConversionFunction() 5009 = CandidateSet.BestViableFunction(S, DeclLoc, Best)) { in TryUserDefinedConversion() 8376 = FailedCandidateSet.BestViableFunction(S, Kind.getLocation(), Best); in Diagnose() 8591 = FailedCandidateSet.BestViableFunction(S, Kind.getLocation(), Best); in Diagnose() 8663 = FailedCandidateSet.BestViableFunction(S, Kind.getLocation(), Best); in Diagnose() 9327 return Candidates.BestViableFunction(*this, Kind.getLocation(), Best); in DeduceTemplateSpecializationFromInitializer()
|
| H A D | SemaExprCXX.cpp | 2262 switch (Candidates.BestViableFunction(S, R.getNameLoc(), Best)) { in resolveAllocationOverload() 3489 switch (Candidates.BestViableFunction(S, R.getNameLoc(), Best)) { in resolveBuiltinNewDeleteOverload() 5650 switch (CandidateSet.BestViableFunction(Self, QuestionLoc, Best)) { in FindConditionalOverload()
|
| H A D | SemaLookup.cpp | 3026 switch (OCS.BestViableFunction(*this, LookupLoc, Best)) { in LookupSpecialMember()
|
| H A D | SemaExpr.cpp | 1946 switch (OCS.BestViableFunction(*this, R.getNameLoc(), Best)) { in DiagnoseEmptyLookup() 4842 switch (OCS.BestViableFunction(S, NameLoc, Best)) { in TryTypoCorrectionForCall()
|