Home
last modified time | relevance | path

Searched defs:RootClass (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dattr-root-class.m2 @interface RootClass {} // expected-warning {{class 'RootClass' defined without specifying a base c… interface
5 @implementation RootClass implementation
H A Dclass-property-access.m16 @interface RootClass { interface
H A Dcategory-direct-members-protocol-conformance.m4 @interface RootClass interface
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/objc/
H A Dsuper-self.m71 @interface RootClass interface
/llvm-project-15.0.7/clang/test/Index/
H A Dcomplete-objc-message.m369 @interface RootClass <RootProtocol> interface
382 @interface RootClass (Cat) <RootCategoryProtocol> interface in Cat
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprObjC.cpp2800 if (const auto *RootClass = dyn_cast_or_null<ObjCInterfaceDecl>( in isMethodDeclaredInRootProtocol() local
/llvm-project-15.0.7/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp5418 ObjCInterfaceDecl *RootClass = nullptr; in RewriteObjCClassMetaData() local
H A DRewriteModernObjC.cpp6476 const ObjCInterfaceDecl *RootClass = CDecl; in Write_class_t() local