Lines Matching refs:ObjCMethodDecl
48 static bool hasUserDefined(const ObjCMethodDecl *D, in hasUserDefined()
50 const ObjCMethodDecl *MD = Container->getMethod(D->getSelector(), in hasUserDefined()
99 } else if (auto *MD = dyn_cast<ObjCMethodDecl>(DC)) { in handleDeclarator()
126 bool handleObjCMethod(const ObjCMethodDecl *D, in handleObjCMethod()
129 SmallVector<const ObjCMethodDecl*, 4> Overriden; in handleObjCMethod()
488 bool VisitObjCMethodDecl(const ObjCMethodDecl *D) { in VisitObjCMethodDecl()
499 if (ObjCMethodDecl *MD = D->getGetterMethodDecl()) in VisitObjCPropertyDecl()
502 if (ObjCMethodDecl *MD = D->getSetterMethodDecl()) in VisitObjCPropertyDecl()
534 if (ObjCMethodDecl *MD = PD->getGetterMethodDecl()) { in VisitObjCPropertyImplDecl()
539 if (ObjCMethodDecl *MD = PD->getSetterMethodDecl()) { in VisitObjCPropertyImplDecl()
754 if (isa<ObjCMethodDecl>(D)) in indexTopLevelDecl()