Lines Matching refs:ObjCInterfaceDecl
68 bool VisitObjCInterfaceDecl(const ObjCInterfaceDecl *D) { in VisitObjCInterfaceDecl()
167 if (auto *ObjCID = dyn_cast_or_null<ObjCInterfaceDecl>(ASTNode.OrigD)) { in handleDeclOccurrence()
241 ObjCInterfaceDecl::protocol_loc_iterator LI = ProtList.loc_begin(); in ObjCProtocolListInfo()
242 for (ObjCInterfaceDecl::protocol_iterator in ObjCProtocolListInfo()
318 if (const ObjCInterfaceDecl *InterD = ObjectTy->getInterface()) { in AttrListInfo()
656 bool CXIndexDataConsumer::handleObjCInterface(const ObjCInterfaceDecl *D) { in handleObjCInterface()
677 if (ObjCInterfaceDecl *SuperD = D->getSuperClass()) { in handleObjCInterface()
746 const ObjCInterfaceDecl *IFaceD = D->getClassInterface(); in handleObjCCategory()
779 const ObjCInterfaceDecl *IFaceD = CatD->getClassInterface(); in handleObjCCategoryImpl()
1197 if (const ObjCInterfaceDecl *ID = dyn_cast<ObjCInterfaceDecl>(D)) in getRefCursor()
1216 if (isa<ObjCInterfaceDecl>(D)) in shouldIgnoreIfImplicit()