Home
last modified time | relevance | path

Searched refs:BestViableFunction (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DOverload.h1166 OverloadingResult BestViableFunction(Sema &S, SourceLocation Loc,
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp4954 switch (CandidateSet.BestViableFunction(S, DeclLoc, Best)) { in FindConversionForRefInit()
6648 switch (CandidateSet.BestViableFunction(*this, Loc, Best)) { in PerformContextualImplicitConversion()
10670 OverloadCandidateSet::BestViableFunction(Sema &S, SourceLocation Loc, in BestViableFunction() function in OverloadCandidateSet
13568 Candidates.BestViableFunction(SemaRef, FnLoc, Best); in DiagnoseTwoPhaseLookup()
14027 CandidateSet.BestViableFunction(*this, Fn->getBeginLoc(), Best); in BuildOverloadedCallExpr()
14225 switch (CandidateSet.BestViableFunction(*this, OpLoc, Best)) { in CreateOverloadedUnaryOp()
14521 switch (CandidateSet.BestViableFunction(*this, OpLoc, Best)) { in CreateOverloadedBinOp()
15066 switch (CandidateSet.BestViableFunction(*this, LLoc, Best)) { in CreateOverloadedArraySubscriptExpr()
15843 switch (CandidateSet.BestViableFunction(*this, OpLoc, Best)) { in BuildOverloadedArrowExpr()
15948 switch (CandidateSet.BestViableFunction(*this, UDSuffixLoc, Best)) { in BuildLiteralOperatorCall()
[all …]
H A DSemaInit.cpp552 .BestViableFunction(SemaRef, Kind.getLocation(), Best); in PerformEmptyInit()
4191 return CandidateSet.BestViableFunction(S, DeclLoc, Best); in ResolveConstructorOverload()
4854 = CandidateSet.BestViableFunction(S, DeclLoc, Best)) in TryRefInitWithConversionFunction()
5767 = CandidateSet.BestViableFunction(S, DeclLoc, Best)) { in TryUserDefinedConversion()
6404 OverloadingResult OR = getFailedCandidateSet().BestViableFunction( in InitializeFrom()
9695 = FailedCandidateSet.BestViableFunction(S, Kind.getLocation(), Best); in Diagnose()
9938 = FailedCandidateSet.BestViableFunction(S, Kind.getLocation(), Best); in Diagnose()
10014 = FailedCandidateSet.BestViableFunction(S, Kind.getLocation(), Best); in Diagnose()
10838 return Candidates.BestViableFunction(*this, Kind.getLocation(), Best); in DeduceTemplateSpecializationFromInitializer()
H A DSemaExprCXX.cpp2552 switch (Candidates.BestViableFunction(S, R.getNameLoc(), Best)) { in resolveAllocationOverload()
3887 switch (Candidates.BestViableFunction(S, R.getNameLoc(), Best)) { in resolveBuiltinNewDeleteOverload()
6313 switch (CandidateSet.BestViableFunction(Self, QuestionLoc, Best)) { in FindConditionalOverload()
H A DSemaLookup.cpp3534 switch (OCS.BestViableFunction(*this, LookupLoc, Best)) { in LookupSpecialMember()
H A DSemaExpr.cpp2505 if (Candidates.BestViableFunction(*this, R.getNameLoc(), Best) == in DiagnoseEmptyLookup()
2563 switch (OCS.BestViableFunction(*this, R.getNameLoc(), Best)) { in DiagnoseEmptyLookup()
6508 switch (OCS.BestViableFunction(S, NameLoc, Best)) { in TryTypoCorrectionForCall()
H A DSemaDeclCXX.cpp8178 switch (CandidateSet.BestViableFunction(S, FD->getLocation(), Best)) { in visitBinaryOperator()
H A DSemaDecl.cpp18988 switch (OCS.BestViableFunction(S, Loc, Best)) { in ComputeSelectedDestructor()