Searched refs:BestViableFunction (Results 1 – 6 of 6) sorted by relevance
/external/clang/include/clang/Sema/ |
D | Overload.h | 781 OverloadingResult BestViableFunction(Sema &S, SourceLocation Loc,
|
/external/clang/lib/Sema/ |
D | SemaOverload.cpp | 3020 CandidateSet.BestViableFunction(S, From->getLocStart(), in IsInitializerListConstructorConversion() 3202 switch (auto Result = CandidateSet.BestViableFunction(S, From->getLocStart(), in IsUserDefinedConversion() 4181 switch (CandidateSet.BestViableFunction(S, DeclLoc, Best, true)) { in FindConversionForRefInit() 5548 switch (CandidateSet.BestViableFunction(*this, Loc, Best)) { in PerformContextualImplicitConversion() 8684 OverloadCandidateSet::BestViableFunction(Sema &S, SourceLocation Loc, in BestViableFunction() function in OverloadCandidateSet 10871 if (Candidates.BestViableFunction(SemaRef, FnLoc, Best) != OR_Success) { in DiagnoseTwoPhaseLookup() 11090 CandidateSet->BestViableFunction(*this, Fn->getLocStart(), Best) == in buildOverloadedCallSet() 11223 CandidateSet.BestViableFunction(*this, Fn->getLocStart(), Best); in BuildOverloadedCallExpr() 11316 switch (CandidateSet.BestViableFunction(*this, OpLoc, Best)) { in CreateOverloadedUnaryOp() 11526 switch (CandidateSet.BestViableFunction(*this, OpLoc, Best)) { in CreateOverloadedBinOp() [all …]
|
D | SemaInit.cpp | 413 .BestViableFunction(SemaRef, Kind.getLocation(), Best); in PerformEmptyInit() 3420 return CandidateSet.BestViableFunction(S, DeclLoc, Best); in ResolveConstructorOverload() 3928 = CandidateSet.BestViableFunction(S, DeclLoc, Best, true)) in TryRefInitWithConversionFunction() 4547 = CandidateSet.BestViableFunction(S, DeclLoc, Best, true)) { in TryUserDefinedConversion() 5371 switch (CandidateSet.BestViableFunction(S, Loc, Best)) { in CopyObject() 5479 OverloadingResult OR = CandidateSet.BestViableFunction(S, Loc, Best); in CheckCXX98CompatAccessibleCopy() 6990 = FailedCandidateSet.BestViableFunction(S, Kind.getLocation(), Best, in Diagnose() 7179 = FailedCandidateSet.BestViableFunction(S, Kind.getLocation(), Best); in Diagnose() 7251 = FailedCandidateSet.BestViableFunction(S, Kind.getLocation(), Best); in Diagnose()
|
D | SemaExprCXX.cpp | 2000 switch (Candidates.BestViableFunction(*this, StartLoc, Best)) { in FindAllocationOverload() 4767 switch (CandidateSet.BestViableFunction(Self, QuestionLoc, Best)) { in FindConditionalOverload()
|
D | SemaLookup.cpp | 2897 switch (OCS.BestViableFunction(*this, SourceLocation(), Best)) { in LookupSpecialMember()
|
D | SemaExpr.cpp | 1923 switch (OCS.BestViableFunction(*this, R.getNameLoc(), Best)) { in DiagnoseEmptyLookup() 4414 switch (OCS.BestViableFunction(S, NameLoc, Best)) { in TryTypoCorrectionForCall()
|