Home
last modified time | relevance | path

Searched defs:SubClass (Results 1 – 18 of 18) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Dprotocol-property-synth.m22 @interface SubClass : BaseClass <SubProtocol, AnotherProtocol> { interface
29 @implementation SubClass implementation
H A Dnewproperty-nested-synthesis-1.m38 @interface SubClass : Tester interface
55 @implementation SubClass implementation
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dduplicate-ivar-in-class-extension.m11 @interface SubClass : SuperClass { interface
28 @implementation SubClass implementation
H A Dsuper-class-protocol-conformance.m16 @interface SubClass : TopClass <SubProtocol> {} interface
27 @implementation SubClass // Test3 - No Warning implementation
H A Dproperty-2.m34 @interface SubClass : Tester interface
51 @implementation SubClass implementation
H A Dunsafe-perform-selector.m74 @interface SubClass: I interface
78 @interface SubClass () interface in Struct
82 @implementation SubClass // expected-warning {{method definition for 'returnsSubStructExt' not foun… implementation
H A Dsubclassing-restricted-attr.m14 @interface SubClass : SubClassOfLeaf // expected-error {{cannot subclass a class that was declared … interface
H A Ddefault-synthesize.m100 @interface SubClass : TopClass <TopProtocol> interface
103 @implementation SubClass @end implementation
H A Ddefault-synthesize-3.m211 @interface SubClass : SuperClass <r16089191Protocol> interface
214 @implementation SubClass implementation
/llvm-project-15.0.7/lldb/test/API/commands/expression/persist_objc_pointeetype/
H A Dmain.m10 @interface SubClass : SuperClass interface
32 @implementation SubClass implementation
/llvm-project-15.0.7/clang/test/Modules/
H A Dmerge-objc-interface-visibility.m61 @interface SubClass : Regular interface
/llvm-project-15.0.7/clang/test/Index/
H A Dsubclass-comment.mm23 @interface SubClass : SuperClass interface
/llvm-project-15.0.7/clang/test/CodeCompletion/
H A Dkeywords.cpp24 class SubClass : public Class { class
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/objc/
H A DForbiddenSubclassingCheck.cpp62 const auto *SubClass = Result.Nodes.getNodeAs<ObjCInterfaceDecl>( in check() local
/llvm-project-15.0.7/llvm/lib/TableGen/
H A DTGParser.cpp231 bool TGParser::AddSubClass(Record *CurRec, SubClassReference &SubClass) { in AddSubClass()
292 bool TGParser::AddSubClass(RecordsEntry &Entry, SubClassReference &SubClass) { in AddSubClass()
3050 SubClassReference SubClass = ParseSubClassReference(CurRec, false); in ParseObjectBody() local
3709 SubClassReference SubClass = ParseSubClassReference(nullptr, false); in ParseDefm() local
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetRegisterInfo.cpp261 const TargetRegisterClass *SubClass = getAllocatableClass(RC); in getAllocatableSet() local
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp4649 auto SubClass = inferRegClassFromPattern(Dst->getChild(1)); in createAndImportSubInstructionRenderer() local
4700 auto SubClass = inferRegClassFromPattern(Dst->getChild(1)); in createAndImportSubInstructionRenderer() local
5409 auto SubClass = inferRegClassFromPattern(Dst->getChild(1)); in runOnPattern() local
5433 auto SubClass = inferRegClassFromPattern(Dst->getChild(1)); in runOnPattern() local
/llvm-project-15.0.7/clang/utils/TableGen/
H A DClangAttrEmitter.cpp2892 for (auto SubClass : SubClasses) { in emitAttrList() local
2913 for (auto SubClass : SubClasses) { in classifyAttr() local