Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DOverload.h1163 OverloadingResult BestViableFunction(Sema &S, SourceLocation Loc,
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOverload.cpp3493 CandidateSet.BestViableFunction(S, From->getBeginLoc(), Best)) { in IsInitializerListConstructorConversion()
3673 CandidateSet.BestViableFunction(S, From->getBeginLoc(), Best)) { in IsUserDefinedConversion()
4785 switch (CandidateSet.BestViableFunction(S, DeclLoc, Best)) { in FindConversionForRefInit()
6325 switch (CandidateSet.BestViableFunction(*this, Loc, Best)) { in PerformContextualImplicitConversion()
10249 OverloadCandidateSet::BestViableFunction(Sema &S, SourceLocation Loc, in BestViableFunction() function in OverloadCandidateSet
13064 Candidates.BestViableFunction(SemaRef, FnLoc, Best); in DiagnoseTwoPhaseLookup()
13321 CandidateSet->BestViableFunction(*this, Fn->getBeginLoc(), Best) == in buildOverloadedCallSet()
13517 CandidateSet.BestViableFunction(*this, Fn->getBeginLoc(), Best); in BuildOverloadedCallExpr()
13622 switch (CandidateSet.BestViableFunction(*this, OpLoc, Best)) { in CreateOverloadedUnaryOp()
13898 switch (CandidateSet.BestViableFunction(*this, OpLoc, Best)) { in CreateOverloadedBinOp()
[all …]
H A DSemaInit.cpp549 .BestViableFunction(SemaRef, Kind.getLocation(), Best); in PerformEmptyInit()
4083 return CandidateSet.BestViableFunction(S, DeclLoc, Best); in ResolveConstructorOverload()
4716 = CandidateSet.BestViableFunction(S, DeclLoc, Best)) in TryRefInitWithConversionFunction()
5627 = CandidateSet.BestViableFunction(S, DeclLoc, Best)) { in TryUserDefinedConversion()
6261 OverloadingResult OR = getFailedCandidateSet().BestViableFunction( in InitializeFrom()
9531 = FailedCandidateSet.BestViableFunction(S, Kind.getLocation(), Best); in Diagnose()
9774 = FailedCandidateSet.BestViableFunction(S, Kind.getLocation(), Best); in Diagnose()
9850 = FailedCandidateSet.BestViableFunction(S, Kind.getLocation(), Best); in Diagnose()
10544 return Candidates.BestViableFunction(*this, Kind.getLocation(), Best); in DeduceTemplateSpecializationFromInitializer()
H A DSemaExprCXX.cpp2511 switch (Candidates.BestViableFunction(S, R.getNameLoc(), Best)) { in resolveAllocationOverload()
3844 switch (Candidates.BestViableFunction(S, R.getNameLoc(), Best)) { in resolveBuiltinNewDeleteOverload()
6196 switch (CandidateSet.BestViableFunction(Self, QuestionLoc, Best)) { in FindConditionalOverload()
H A DSemaLookup.cpp3517 switch (OCS.BestViableFunction(*this, LookupLoc, Best)) { in LookupSpecialMember()
H A DSemaExpr.cpp2305 if (Candidates.BestViableFunction(*this, R.getNameLoc(), Best) == in DiagnoseEmptyLookup()
2363 switch (OCS.BestViableFunction(*this, R.getNameLoc(), Best)) { in DiagnoseEmptyLookup()
6225 switch (OCS.BestViableFunction(S, NameLoc, Best)) { in TryTypoCorrectionForCall()
H A DSemaDeclCXX.cpp7939 switch (CandidateSet.BestViableFunction(S, FD->getLocation(), Best)) { in visitBinaryOperator()
H A DSemaDecl.cpp18378 switch (OCS.BestViableFunction(S, Loc, Best)) { in ComputeSelectedDestructor()