reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Sema/Overload.h
 1066     OverloadingResult BestViableFunction(Sema &S, SourceLocation Loc,

References

tools/clang/lib/Sema/SemaExpr.cpp
 2038         switch (OCS.BestViableFunction(*this, R.getNameLoc(), Best)) {
 5002         switch (OCS.BestViableFunction(S, NameLoc, Best)) {
tools/clang/lib/Sema/SemaExprCXX.cpp
 2249   switch (Candidates.BestViableFunction(S, R.getNameLoc(), Best)) {
 3484   switch (Candidates.BestViableFunction(S, R.getNameLoc(), Best)) {
 5669   switch (CandidateSet.BestViableFunction(Self, QuestionLoc, Best)) {
tools/clang/lib/Sema/SemaInit.cpp
  529             .BestViableFunction(SemaRef, Kind.getLocation(), Best);
 3971   return CandidateSet.BestViableFunction(S, DeclLoc, Best);
 4578         = CandidateSet.BestViableFunction(S, DeclLoc, Best))
 5221         = CandidateSet.BestViableFunction(S, DeclLoc, Best)) {
 8832         = FailedCandidateSet.BestViableFunction(S, Kind.getLocation(), Best);
 9063           = FailedCandidateSet.BestViableFunction(S, Kind.getLocation(), Best);
 9135       = FailedCandidateSet.BestViableFunction(S, Kind.getLocation(), Best);
 9810     return Candidates.BestViableFunction(*this, Kind.getLocation(), Best);
tools/clang/lib/Sema/SemaLookup.cpp
 3251   switch (OCS.BestViableFunction(*this, LookupLoc, Best)) {
tools/clang/lib/Sema/SemaOverload.cpp
 3292               CandidateSet.BestViableFunction(S, From->getBeginLoc(), Best)) {
 3467               CandidateSet.BestViableFunction(S, From->getBeginLoc(), Best)) {
 4546   switch (CandidateSet.BestViableFunction(S, DeclLoc, Best)) {
 5984     switch (CandidateSet.BestViableFunction(*this, Loc, Best)) {
12125       if (Candidates.BestViableFunction(SemaRef, FnLoc, Best) != OR_Success) {
12348         CandidateSet->BestViableFunction(*this, Fn->getBeginLoc(), Best) ==
12504       CandidateSet.BestViableFunction(*this, Fn->getBeginLoc(), Best);
12596   switch (CandidateSet.BestViableFunction(*this, OpLoc, Best)) {
12851   switch (CandidateSet.BestViableFunction(*this, OpLoc, Best)) {
13177   switch (CandidateSet.BestViableFunction(*this, LLoc, Best)) {
13438     switch (CandidateSet.BestViableFunction(*this, UnresExpr->getBeginLoc(),
13678   switch (CandidateSet.BestViableFunction(*this, Object.get()->getBeginLoc(),
13907   switch (CandidateSet.BestViableFunction(*this, OpLoc, Best)) {
14002   switch (CandidateSet.BestViableFunction(*this, UDSuffixLoc, Best)) {
14110         CandidateSet->BestViableFunction(*this, Fn->getBeginLoc(), Best);