Searched defs:RootClass (Results 1 – 8 of 8) sorted by relevance
2 @interface RootClass {} // expected-warning {{class 'RootClass' defined without specifying a base c… interface5 @implementation RootClass implementation
16 @interface RootClass { interface
4 @interface RootClass interface
71 @interface RootClass interface
369 @interface RootClass <RootProtocol> interface382 @interface RootClass (Cat) <RootCategoryProtocol> interface in Cat
2800 if (const auto *RootClass = dyn_cast_or_null<ObjCInterfaceDecl>( in isMethodDeclaredInRootProtocol() local
5418 ObjCInterfaceDecl *RootClass = nullptr; in RewriteObjCClassMetaData() local
6476 const ObjCInterfaceDecl *RootClass = CDecl; in Write_class_t() local