Home
last modified time | relevance | path

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

/llvm-project/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.m15 @interface RootClass { interface
H A Dcategory-direct-members-protocol-conformance.m4 @interface RootClass interface
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/objc/
H A Dsuper-self.m71 @interface RootClass interface
/llvm-project/clang/test/Index/
H A Dcomplete-objc-message.m368 @interface RootClass <RootProtocol> interface
381 @interface RootClass (Cat) <RootCategoryProtocol> interface in Cat
/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp2804 if (const auto *RootClass = dyn_cast_or_null<ObjCInterfaceDecl>( isMethodDeclaredInRootProtocol() local
/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp5418 ObjCInterfaceDecl *RootClass = nullptr; RewriteObjCClassMetaData() local
H A DRewriteModernObjC.cpp6473 const ObjCInterfaceDecl *RootClass = CDecl; Write_class_t() local
[all...]