Lines Matching refs:ObjCMethodDecl
79 static bool hasUserDefined(const ObjCMethodDecl *D, in hasUserDefined()
81 const ObjCMethodDecl *MD = Container->getMethod(D->getSelector(), in hasUserDefined()
110 } else if (auto *MD = dyn_cast<ObjCMethodDecl>(DC)) { in handleDeclarator()
139 bool handleObjCMethod(const ObjCMethodDecl *D, in handleObjCMethod()
142 SmallVector<const ObjCMethodDecl*, 4> Overriden; in handleObjCMethod()
513 bool VisitObjCMethodDecl(const ObjCMethodDecl *D) { in VisitObjCMethodDecl()
524 if (ObjCMethodDecl *MD = D->getGetterMethodDecl()) in VisitObjCPropertyDecl()
527 if (ObjCMethodDecl *MD = D->getSetterMethodDecl()) in VisitObjCPropertyDecl()
559 if (ObjCMethodDecl *MD = PD->getGetterMethodDecl()) { in VisitObjCPropertyImplDecl()
563 if (ObjCMethodDecl *MD = PD->getSetterMethodDecl()) { in VisitObjCPropertyImplDecl()
809 if (isa<ObjCMethodDecl>(D)) in indexTopLevelDecl()