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

References

tools/clang/include/clang/AST/ExprObjC.h
 1376     if (HasMethod) return getMethodDecl()->getMethodFamily();
tools/clang/include/clang/Analysis/AnyCall.h
   76       : E(ME), D(ME->getMethodDecl()), K(ObjCMethod) {}
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
  967     return getOriginExpr()->getMethodDecl();
tools/clang/lib/ARCMigrate/ObjCMT.cpp
  254     const ObjCMethodDecl *Method = Msg->getMethodDecl();
tools/clang/lib/AST/Expr.cpp
 2612     if (const ObjCMethodDecl *MD = ME->getMethodDecl())
tools/clang/lib/AST/ExprClassification.cpp
  377           cast<ObjCMessageExpr>(E)->getMethodDecl()) {
tools/clang/lib/AST/ExprObjC.cpp
  297   if (const ObjCMethodDecl *MD = getMethodDecl()) {
tools/clang/lib/AST/StmtProfile.cpp
 1995   VisitDecl(S->getMethodDecl());
tools/clang/lib/Analysis/RetainSummaryManager.cpp
 1117   return getMethodSummary(ME->getSelector(), Class, ME->getMethodDecl(),
 1141   const ObjCMethodDecl *Method = ME->getMethodDecl();
tools/clang/lib/CodeGen/CGExpr.cpp
 4715   assert(E->getMethodDecl()->getReturnType()->isReferenceType() &&
tools/clang/lib/CodeGen/CGObjC.cpp
  492   const ObjCMethodDecl *method = E->getMethodDecl();
tools/clang/lib/Edit/RewriteObjCFoundationAPI.cpp
   28   if (!Msg || Msg->isImplicit() || !Msg->getMethodDecl())
  294   const ObjCMethodDecl *Method = Msg->getMethodDecl();
tools/clang/lib/Sema/ScopeInfo.cpp
  196     if (const ObjCMethodDecl *MD = MsgE->getMethodDecl()) {
tools/clang/lib/Sema/SemaChecking.cpp
 6995     if (const auto *MD = ME->getMethodDecl()) {
tools/clang/lib/Sema/SemaExprObjC.cpp
 1533   const ObjCMethodDecl *Method = MsgSend->getMethodDecl();
tools/clang/lib/Sema/SemaStmt.cpp
  329     const ObjCMethodDecl *MD = ME->getMethodDecl();
tools/clang/lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp
  677   return Method ? Method : MessageExpr->getMethodDecl();
tools/clang/lib/StaticAnalyzer/Checkers/IvarInvalidationChecker.cpp
  606   const ObjCMethodDecl *MD = ME->getMethodDecl();
  692   const ObjCMethodDecl *MD = ME->getMethodDecl();
tools/clang/lib/StaticAnalyzer/Core/CallEvent.cpp
 1235         return RuntimeDefinition(findDefiningRedecl(E->getMethodDecl()));
 1250             return RuntimeDefinition(findDefiningRedecl(E->getMethodDecl()));
 1284             if (const ObjCMethodDecl *CompileTimeMD = E->getMethodDecl())
tools/clang/tools/extra/clang-tidy/objc/SuperSelfCheck.cpp
   98               << Message->getMethodDecl();
tools/clang/tools/extra/clangd/FindTarget.cpp
  213         Outer.add(OME->getMethodDecl(), Flags);
tools/clang/tools/libclang/CIndex.cpp
 4368     return OME->getMethodDecl();