| /llvm-project-15.0.7/clang/test/CodeGenObjC/ |
| H A D | protocol-property-synth.m | 22 @interface SubClass : BaseClass <SubProtocol, AnotherProtocol> { interface 29 @implementation SubClass implementation
|
| H A D | newproperty-nested-synthesis-1.m | 38 @interface SubClass : Tester interface 55 @implementation SubClass implementation
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | duplicate-ivar-in-class-extension.m | 11 @interface SubClass : SuperClass { interface 28 @implementation SubClass implementation
|
| H A D | super-class-protocol-conformance.m | 16 @interface SubClass : TopClass <SubProtocol> {} interface 27 @implementation SubClass // Test3 - No Warning implementation
|
| H A D | property-2.m | 34 @interface SubClass : Tester interface 51 @implementation SubClass implementation
|
| H A D | unsafe-perform-selector.m | 74 @interface SubClass: I interface 78 @interface SubClass () interface in Struct 82 @implementation SubClass // expected-warning {{method definition for 'returnsSubStructExt' not foun… implementation
|
| H A D | subclassing-restricted-attr.m | 14 @interface SubClass : SubClassOfLeaf // expected-error {{cannot subclass a class that was declared … interface
|
| H A D | default-synthesize.m | 100 @interface SubClass : TopClass <TopProtocol> interface 103 @implementation SubClass @end implementation
|
| H A D | default-synthesize-3.m | 211 @interface SubClass : SuperClass <r16089191Protocol> interface 214 @implementation SubClass implementation
|
| /llvm-project-15.0.7/lldb/test/API/commands/expression/persist_objc_pointeetype/ |
| H A D | main.m | 10 @interface SubClass : SuperClass interface 32 @implementation SubClass implementation
|
| /llvm-project-15.0.7/clang/test/Modules/ |
| H A D | merge-objc-interface-visibility.m | 61 @interface SubClass : Regular interface
|
| /llvm-project-15.0.7/clang/test/Index/ |
| H A D | subclass-comment.mm | 23 @interface SubClass : SuperClass interface
|
| /llvm-project-15.0.7/clang/test/CodeCompletion/ |
| H A D | keywords.cpp | 24 class SubClass : public Class { class
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/objc/ |
| H A D | ForbiddenSubclassingCheck.cpp | 62 const auto *SubClass = Result.Nodes.getNodeAs<ObjCInterfaceDecl>( in check() local
|
| /llvm-project-15.0.7/llvm/lib/TableGen/ |
| H A D | TGParser.cpp | 231 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 D | TargetRegisterInfo.cpp | 261 const TargetRegisterClass *SubClass = getAllocatableClass(RC); in getAllocatableSet() local
|
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | GlobalISelEmitter.cpp | 4649 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 D | ClangAttrEmitter.cpp | 2892 for (auto SubClass : SubClasses) { in emitAttrList() local 2913 for (auto SubClass : SubClasses) { in classifyAttr() local
|