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

Declarations

tools/clang/include/clang/AST/DeclObjC.h
 1083   ObjCMethodDecl *getMethod(Selector Sel, bool isInstance,

References

tools/clang/include/clang/AST/DeclObjC.h
 1088     return getMethod(Sel, true/*isInstance*/, AllowHidden);
 1092     return getMethod(Sel, false/*isInstance*/, AllowHidden);
tools/clang/lib/ARCMigrate/ObjCMT.cpp
 1724     const ObjCMethodDecl *IFaceM = IFace->getMethod(MD->getSelector(),
tools/clang/lib/AST/ASTContext.cpp
  455             Ext->getMethod(ObjCMethod->getSelector(),
tools/clang/lib/AST/DeclObjC.cpp
  700     if ((MethodDecl = ClassDecl->getMethod(Sel, isInstance)))
  705       if ((MethodDecl = Cat->getMethod(Sel, isInstance)))
  919           Redecl = ImplD->getMethod(getSelector(), isInstanceMethod());
  924           Redecl = ImplD->getMethod(getSelector(), isInstanceMethod());
  929           Redecl = IFD->getMethod(getSelector(), isInstanceMethod());
  934           Redecl = CatD->getMethod(getSelector(), isInstanceMethod());
  946     return cast<ObjCContainerDecl>(CtxD)->getMethod(getSelector(),
  958       if (ObjCMethodDecl *MD = IFD->getMethod(getSelector(),
  963       if (ObjCMethodDecl *MD = CatD->getMethod(getSelector(),
  971         cast<ObjCContainerDecl>(CtxD)->getMethod(getSelector(),
 1191             Overridden = Container->getMethod(Method->getSelector(),
 1208         Overridden = Container->getMethod(Method->getSelector(),
 1258     if (const ObjCMethodDecl *IFaceMeth = ID->getMethod(Method->getSelector(),
 1271     if (const ObjCMethodDecl *IFaceMeth = ID->getMethod(Method->getSelector(),
 1290                    getMethod(Method->getSelector(), Method->isInstanceMethod());
 1900   if ((MethodDecl = getMethod(Sel, isInstance)))
tools/clang/lib/Index/IndexDecl.cpp
   49     const ObjCMethodDecl *MD = Container->getMethod(D->getSelector(),
tools/clang/lib/Sema/SemaCodeComplete.cpp
 6511     SuperMethod = Class->getMethod(CurMethod->getSelector(),
 6517         if ((SuperMethod = Cat->getMethod(CurMethod->getSelector(),
tools/clang/lib/Sema/SemaDeclObjC.cpp
 4296     ObjCMethodDecl *meth = container->getMethod(Method->getSelector(),
tools/clang/lib/Sema/SemaExprObjC.cpp
 1483       iface->getMethod(MD->getSelector(), MD->isInstanceMethod());
tools/clang/lib/StaticAnalyzer/Checkers/IvarInvalidationChecker.cpp
  432     const ObjCMethodDecl *D = ImplD->getMethod(InterfD->getSelector(),
  484     const ObjCMethodDecl *D = ImplD->getMethod(InterfD->getSelector(),
tools/clang/lib/StaticAnalyzer/Core/CallEvent.cpp
 1300                     Val = CatDecl->getMethod(Sel,
tools/clang/tools/libclang/CIndex.cpp
 6396         if (ObjCMethodDecl *Def = ClassImpl->getMethod(Method->getSelector(),