Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DOverload.h1145 OverloadingResult BestViableFunction(Sema &S, SourceLocation Loc,
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOverload.cpp4688 switch (CandidateSet.BestViableFunction(S, DeclLoc, Best)) { in FindConversionForRefInit()
6226 switch (CandidateSet.BestViableFunction(*this, Loc, Best)) { in PerformContextualImplicitConversion()
10116 OverloadCandidateSet::BestViableFunction(Sema &S, SourceLocation Loc, in BestViableFunction() function in OverloadCandidateSet
12910 Candidates.BestViableFunction(SemaRef, FnLoc, Best); in DiagnoseTwoPhaseLookup()
13364 CandidateSet.BestViableFunction(*this, Fn->getBeginLoc(), Best); in BuildOverloadedCallExpr()
13469 switch (CandidateSet.BestViableFunction(*this, OpLoc, Best)) { in CreateOverloadedUnaryOp()
13745 switch (CandidateSet.BestViableFunction(*this, OpLoc, Best)) { in CreateOverloadedBinOp()
14259 switch (CandidateSet.BestViableFunction(*this, LLoc, Best)) { in CreateOverloadedArraySubscriptExpr()
14965 switch (CandidateSet.BestViableFunction(*this, OpLoc, Best)) { in BuildOverloadedArrowExpr()
15061 switch (CandidateSet.BestViableFunction(*this, UDSuffixLoc, Best)) { in BuildLiteralOperatorCall()
[all …]
H A DSemaInit.cpp536 .BestViableFunction(SemaRef, Kind.getLocation(), Best); in PerformEmptyInit()
4056 return CandidateSet.BestViableFunction(S, DeclLoc, Best); in ResolveConstructorOverload()
4689 = CandidateSet.BestViableFunction(S, DeclLoc, Best)) in TryRefInitWithConversionFunction()
5350 = CandidateSet.BestViableFunction(S, DeclLoc, Best)) { in TryUserDefinedConversion()
9181 = FailedCandidateSet.BestViableFunction(S, Kind.getLocation(), Best); in Diagnose()
9423 = FailedCandidateSet.BestViableFunction(S, Kind.getLocation(), Best); in Diagnose()
9495 = FailedCandidateSet.BestViableFunction(S, Kind.getLocation(), Best); in Diagnose()
10176 return Candidates.BestViableFunction(*this, Kind.getLocation(), Best); in DeduceTemplateSpecializationFromInitializer()
H A DSemaExprCXX.cpp2490 switch (Candidates.BestViableFunction(S, R.getNameLoc(), Best)) { in resolveAllocationOverload()
3774 switch (Candidates.BestViableFunction(S, R.getNameLoc(), Best)) { in resolveBuiltinNewDeleteOverload()
6074 switch (CandidateSet.BestViableFunction(Self, QuestionLoc, Best)) { in FindConditionalOverload()
H A DSemaLookup.cpp3506 switch (OCS.BestViableFunction(*this, LookupLoc, Best)) { in LookupSpecialMember()
H A DSemaExpr.cpp2306 if (Candidates.BestViableFunction(*this, R.getNameLoc(), Best) == in DiagnoseEmptyLookup()
2364 switch (OCS.BestViableFunction(*this, R.getNameLoc(), Best)) { in DiagnoseEmptyLookup()
5986 switch (OCS.BestViableFunction(S, NameLoc, Best)) { in TryTypoCorrectionForCall()
H A DSemaDeclCXX.cpp7869 switch (CandidateSet.BestViableFunction(S, FD->getLocation(), Best)) { in visitBinaryOperator()
H A DSemaDecl.cpp17916 switch (OCS.BestViableFunction(S, Loc, Best)) { in ComputeSelectedDestructor()