Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Sema/
H A DOverload.h1224 OverloadingResult BestViableFunction(Sema &S, SourceLocation Loc,
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp3683 CandidateSet.BestViableFunction(S, From->getBeginLoc(), Best)) { in IsInitializerListConstructorConversion()
3863 CandidateSet.BestViableFunction(S, From->getBeginLoc(), Best)) { in IsUserDefinedConversion()
4981 switch (CandidateSet.BestViableFunction(S, DeclLoc, Best)) { in FindConversionForRefInit()
6679 switch (CandidateSet.BestViableFunction(*this, Loc, Best)) { in PerformContextualImplicitConversion()
10676 OverloadCandidateSet::BestViableFunction(Sema &S, SourceLocation Loc, in BestViableFunction() function in OverloadCandidateSet
13593 Candidates.BestViableFunction(SemaRef, FnLoc, Best); in DiagnoseTwoPhaseLookup()
13847 CandidateSet->BestViableFunction(*this, Fn->getBeginLoc(), Best) == in buildOverloadedCallSet()
14058 CandidateSet.BestViableFunction(*this, Fn->getBeginLoc(), Best); in BuildOverloadedCallExpr()
14242 switch (CandidateSet.BestViableFunction(*this, OpLoc, Best)) { in CreateOverloadedUnaryOp()
14518 switch (CandidateSet.BestViableFunction(*this, OpLoc, Best)) { in CreateOverloadedBinOp()
[all …]
H A DSemaInit.cpp614 .BestViableFunction(SemaRef, Kind.getLocation(), Best); in PerformEmptyInit()
4328 return CandidateSet.BestViableFunction(S, DeclLoc, Best); in ResolveConstructorOverload()
4991 = CandidateSet.BestViableFunction(S, DeclLoc, Best)) in TryRefInitWithConversionFunction()
5908 = CandidateSet.BestViableFunction(S, DeclLoc, Best)) { in TryUserDefinedConversion()
6548 OverloadingResult OR = getFailedCandidateSet().BestViableFunction( in InitializeFrom()
8722 = FailedCandidateSet.BestViableFunction(S, Kind.getLocation(), Best); in Diagnose()
8971 = FailedCandidateSet.BestViableFunction(S, Kind.getLocation(), Best); in Diagnose()
9051 = FailedCandidateSet.BestViableFunction(S, Kind.getLocation(), Best); in Diagnose()
9942 return Candidates.BestViableFunction(*this, Kind.getLocation(), Best); in DeduceTemplateSpecializationFromInitializer()
H A DSemaExprCXX.cpp2581 switch (Candidates.BestViableFunction(S, R.getNameLoc(), Best)) { in resolveAllocationOverload()
3893 switch (Candidates.BestViableFunction(S, R.getNameLoc(), Best)) { in resolveBuiltinNewDeleteOverload()
6561 switch (CandidateSet.BestViableFunction(Self, QuestionLoc, Best)) { in FindConditionalOverload()
H A DSemaCast.cpp500 candidates.BestViableFunction(S, range.getBegin(), Best); in tryDiagnoseOverloadedCast()
H A DSemaLookup.cpp3488 switch (OCS.BestViableFunction(*this, LookupLoc, Best)) { in LookupSpecialMember()
H A DSemaExpr.cpp2470 if (Candidates.BestViableFunction(*this, R.getNameLoc(), Best) == in DiagnoseEmptyLookup()
2528 switch (OCS.BestViableFunction(*this, R.getNameLoc(), Best)) { in DiagnoseEmptyLookup()
5716 switch (OCS.BestViableFunction(S, NameLoc, Best)) { in TryTypoCorrectionForCall()
H A DSemaDeclCXX.cpp8075 switch (CandidateSet.BestViableFunction(S, FD->getLocation(), Best)) { in visitBinaryOperator()
H A DSemaDecl.cpp18647 switch (OCS.BestViableFunction(S, Loc, Best)) { in ComputeSelectedDestructor()