Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DOverload.h778 OverloadingResult BestViableFunction(Sema &S, SourceLocation Loc,
/external/clang/lib/Sema/
DSemaOverload.cpp2958 CandidateSet.BestViableFunction(S, From->getLocStart(), in IsInitializerListConstructorConversion()
3144 switch (auto Result = CandidateSet.BestViableFunction(S, From->getLocStart(), in IsUserDefinedConversion()
4123 switch (CandidateSet.BestViableFunction(S, DeclLoc, Best, true)) { in FindConversionForRefInit()
5486 switch (CandidateSet.BestViableFunction(*this, Loc, Best)) { in PerformContextualImplicitConversion()
8513 OverloadCandidateSet::BestViableFunction(Sema &S, SourceLocation Loc, in BestViableFunction() function in OverloadCandidateSet
10537 if (Candidates.BestViableFunction(SemaRef, FnLoc, Best) != OR_Success) { in DiagnoseTwoPhaseLookup()
10869 CandidateSet.BestViableFunction(*this, Fn->getLocStart(), Best); in BuildOverloadedCallExpr()
10965 switch (CandidateSet.BestViableFunction(*this, OpLoc, Best)) { in CreateOverloadedUnaryOp()
11177 switch (CandidateSet.BestViableFunction(*this, OpLoc, Best)) { in CreateOverloadedBinOp()
11409 switch (CandidateSet.BestViableFunction(*this, LLoc, Best)) { in CreateOverloadedArraySubscriptExpr()
[all …]
DSemaInit.cpp390 .BestViableFunction(SemaRef, Kind.getLocation(), Best); in PerformEmptyInit()
3239 return CandidateSet.BestViableFunction(S, DeclLoc, Best); in ResolveConstructorOverload()
3739 = CandidateSet.BestViableFunction(S, DeclLoc, Best, true)) in TryRefInitWithConversionFunction()
4357 = CandidateSet.BestViableFunction(S, DeclLoc, Best, true)) { in TryUserDefinedConversion()
5168 switch (CandidateSet.BestViableFunction(S, Loc, Best)) { in CopyObject()
5276 OverloadingResult OR = CandidateSet.BestViableFunction(S, Loc, Best); in CheckCXX98CompatAccessibleCopy()
6676 = FailedCandidateSet.BestViableFunction(S, Kind.getLocation(), Best, in Diagnose()
6856 = FailedCandidateSet.BestViableFunction(S, Kind.getLocation(), Best); in Diagnose()
6929 = FailedCandidateSet.BestViableFunction(S, Kind.getLocation(), Best); in Diagnose()
DSemaExprCXX.cpp1992 switch (Candidates.BestViableFunction(*this, StartLoc, Best)) { in FindAllocationOverload()
4443 switch (CandidateSet.BestViableFunction(Self, QuestionLoc, Best)) { in FindConditionalOverload()
DSemaLookup.cpp2580 switch (OCS.BestViableFunction(*this, SourceLocation(), Best)) { in LookupSpecialMember()
DSemaExpr.cpp1925 switch (OCS.BestViableFunction(*this, R.getNameLoc(), Best)) { in DiagnoseEmptyLookup()
4250 switch (OCS.BestViableFunction(S, NameLoc, Best)) { in TryTypoCorrectionForCall()