Lines Matching refs:ObjCMethodDecl
75 static bool hasUserDefined(const ObjCMethodDecl *D, in hasUserDefined()
77 const ObjCMethodDecl *MD = Container->getMethod(D->getSelector(), in hasUserDefined()
106 } else if (auto *MD = dyn_cast<ObjCMethodDecl>(DC)) { in handleDeclarator()
133 bool handleObjCMethod(const ObjCMethodDecl *D, in handleObjCMethod()
136 SmallVector<const ObjCMethodDecl*, 4> Overriden; in handleObjCMethod()
498 bool VisitObjCMethodDecl(const ObjCMethodDecl *D) { in VisitObjCMethodDecl()
509 if (ObjCMethodDecl *MD = D->getGetterMethodDecl()) in VisitObjCPropertyDecl()
512 if (ObjCMethodDecl *MD = D->getSetterMethodDecl()) in VisitObjCPropertyDecl()
544 if (ObjCMethodDecl *MD = PD->getGetterMethodDecl()) { in VisitObjCPropertyImplDecl()
548 if (ObjCMethodDecl *MD = PD->getSetterMethodDecl()) { in VisitObjCPropertyImplDecl()
765 if (isa<ObjCMethodDecl>(D)) in indexTopLevelDecl()