Searched refs:BestViableFunction (Results 1 – 7 of 7) sorted by relevance
/netbsd/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | Overload.h | 1122 OverloadingResult BestViableFunction(Sema &S, SourceLocation Loc,
|
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaOverload.cpp | 4680 switch (CandidateSet.BestViableFunction(S, DeclLoc, Best)) { in FindConversionForRefInit() 6168 switch (CandidateSet.BestViableFunction(*this, Loc, Best)) { in PerformContextualImplicitConversion() 9951 OverloadCandidateSet::BestViableFunction(Sema &S, SourceLocation Loc, in BestViableFunction() function in OverloadCandidateSet 12721 Candidates.BestViableFunction(SemaRef, FnLoc, Best); in DiagnoseTwoPhaseLookup() 13175 CandidateSet.BestViableFunction(*this, Fn->getBeginLoc(), Best); in BuildOverloadedCallExpr() 13280 switch (CandidateSet.BestViableFunction(*this, OpLoc, Best)) { in CreateOverloadedUnaryOp() 13556 switch (CandidateSet.BestViableFunction(*this, OpLoc, Best)) { in CreateOverloadedBinOp() 14020 switch (CandidateSet.BestViableFunction(*this, LLoc, Best)) { in CreateOverloadedArraySubscriptExpr() 14759 switch (CandidateSet.BestViableFunction(*this, OpLoc, Best)) { in BuildOverloadedArrowExpr() 14855 switch (CandidateSet.BestViableFunction(*this, UDSuffixLoc, Best)) { in BuildLiteralOperatorCall() [all …]
|
H A D | SemaInit.cpp | 536 .BestViableFunction(SemaRef, Kind.getLocation(), Best); in PerformEmptyInit() 4026 return CandidateSet.BestViableFunction(S, DeclLoc, Best); in ResolveConstructorOverload() 4659 = CandidateSet.BestViableFunction(S, DeclLoc, Best)) in TryRefInitWithConversionFunction() 5320 = CandidateSet.BestViableFunction(S, DeclLoc, Best)) { in TryUserDefinedConversion() 9107 = FailedCandidateSet.BestViableFunction(S, Kind.getLocation(), Best); in Diagnose() 9349 = FailedCandidateSet.BestViableFunction(S, Kind.getLocation(), Best); in Diagnose() 9421 = FailedCandidateSet.BestViableFunction(S, Kind.getLocation(), Best); in Diagnose() 10103 return Candidates.BestViableFunction(*this, Kind.getLocation(), Best); in DeduceTemplateSpecializationFromInitializer()
|
H A D | SemaExprCXX.cpp | 2435 switch (Candidates.BestViableFunction(S, R.getNameLoc(), Best)) { in resolveAllocationOverload() 3711 switch (Candidates.BestViableFunction(S, R.getNameLoc(), Best)) { in resolveBuiltinNewDeleteOverload() 5925 switch (CandidateSet.BestViableFunction(Self, QuestionLoc, Best)) { in FindConditionalOverload()
|
H A D | SemaLookup.cpp | 3250 switch (OCS.BestViableFunction(*this, LookupLoc, Best)) { in LookupSpecialMember()
|
H A D | SemaExpr.cpp | 2238 if (Candidates.BestViableFunction(*this, R.getNameLoc(), Best) == in DiagnoseEmptyLookup() 2296 switch (OCS.BestViableFunction(*this, R.getNameLoc(), Best)) { in DiagnoseEmptyLookup() 5755 switch (OCS.BestViableFunction(S, NameLoc, Best)) { in TryTypoCorrectionForCall()
|
H A D | SemaDeclCXX.cpp | 7766 switch (CandidateSet.BestViableFunction(S, FD->getLocation(), Best)) { in visitBinaryOperator()
|