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

References

tools/clang/lib/Sema/SemaOverload.cpp
13907   switch (CandidateSet.BestViableFunction(*this, OpLoc, Best)) {
13950   CheckMemberOperatorAccess(OpLoc, Base, nullptr, Best->FoundDecl);
13953   CXXMethodDecl *Method = cast<CXXMethodDecl>(Best->Function);
13956                                         Best->FoundDecl, Method);
13962   ExprResult FnExpr = CreateFunctionRefExpr(*this, Method, Best->FoundDecl,