Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDOverload.h778 OverloadingResult BestViableFunction(Sema &S, SourceLocation Loc,
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaOverload.cpp2942 CandidateSet.BestViableFunction(S, From->getLocStart(), in IsInitializerListConstructorConversion()
3128 switch (auto Result = CandidateSet.BestViableFunction(S, From->getLocStart(), in IsUserDefinedConversion()
4107 switch (CandidateSet.BestViableFunction(S, DeclLoc, Best, true)) { in FindConversionForRefInit()
5470 switch (CandidateSet.BestViableFunction(*this, Loc, Best)) { in PerformContextualImplicitConversion()
8497 OverloadCandidateSet::BestViableFunction(Sema &S, SourceLocation Loc, in BestViableFunction() function in OverloadCandidateSet
10524 if (Candidates.BestViableFunction(SemaRef, FnLoc, Best) != OR_Success) { in DiagnoseTwoPhaseLookup()
10743 CandidateSet->BestViableFunction(*this, Fn->getLocStart(), Best) == in buildOverloadedCallSet()
10860 CandidateSet.BestViableFunction(*this, Fn->getLocStart(), Best); in BuildOverloadedCallExpr()
10956 switch (CandidateSet.BestViableFunction(*this, OpLoc, Best)) { in CreateOverloadedUnaryOp()
11168 switch (CandidateSet.BestViableFunction(*this, OpLoc, Best)) { in CreateOverloadedBinOp()
[all …]
HDSemaInit.cpp413 .BestViableFunction(SemaRef, Kind.getLocation(), Best); in PerformEmptyInit()
3415 return CandidateSet.BestViableFunction(S, DeclLoc, Best); in ResolveConstructorOverload()
3921 = CandidateSet.BestViableFunction(S, DeclLoc, Best, true)) in TryRefInitWithConversionFunction()
4540 = CandidateSet.BestViableFunction(S, DeclLoc, Best, true)) { in TryUserDefinedConversion()
5349 switch (CandidateSet.BestViableFunction(S, Loc, Best)) { in CopyObject()
5457 OverloadingResult OR = CandidateSet.BestViableFunction(S, Loc, Best); in CheckCXX98CompatAccessibleCopy()
6958 = FailedCandidateSet.BestViableFunction(S, Kind.getLocation(), Best, in Diagnose()
7145 = FailedCandidateSet.BestViableFunction(S, Kind.getLocation(), Best); in Diagnose()
7217 = FailedCandidateSet.BestViableFunction(S, Kind.getLocation(), Best); in Diagnose()
HDSemaExprCXX.cpp1991 switch (Candidates.BestViableFunction(*this, StartLoc, Best)) { in FindAllocationOverload()
4694 switch (CandidateSet.BestViableFunction(Self, QuestionLoc, Best)) { in FindConditionalOverload()
HDSemaLookup.cpp2722 switch (OCS.BestViableFunction(*this, SourceLocation(), Best)) { in LookupSpecialMember()
HDSemaExpr.cpp1945 switch (OCS.BestViableFunction(*this, R.getNameLoc(), Best)) { in DiagnoseEmptyLookup()
4289 switch (OCS.BestViableFunction(S, NameLoc, Best)) { in TryTypoCorrectionForCall()