Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGenObjC/
H A Dprotocol-property-synth.m22 @interface SubClass : BaseClass <SubProtocol, AnotherProtocol> { interface
29 @implementation SubClass implementation
H A Dconstant-non-fragile-ivar-offset.m91 @interface SubClass : IntermediateClass { interface
97 @implementation SubClass implementation
H A Dnewproperty-nested-synthesis-1.m38 @interface SubClass : Tester interface
55 @implementation SubClass implementation
/llvm-project/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.m15 @interface SubClass : TopClass <SubProtocol> {} interface
26 @implementation SubClass // Test3 - No Warning implementation
H A Dproperty-2.m34 @interface SubClass : Tester interface
51 @implementation SubClass implementation
H A Dunsafe-perform-selector.m73 @interface SubClass: I interface
77 @interface SubClass () interface in Struct
81 @implementation SubClass // expected-warning {{method definition for 'returnsSubStructExt' not foun… implementation
H A Dsubclassing-restricted-attr.m13 @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.m206 @interface SubClass : SuperClass <r16089191Protocol> interface
209 @implementation SubClass implementation
/llvm-project/lldb/test/API/commands/expression/persist_objc_pointeetype/
H A Dmain.m10 @interface SubClass : SuperClass interface
32 @implementation SubClass implementation
/llvm-project/clang/test/Modules/
H A Dmerge-objc-interface-visibility.m61 @interface SubClass : Regular interface
H A Dcompare-objc-nonisolated-methods.m40 @interface SubClass: NSObject interface
/llvm-project/clang/test/Index/
H A Dsubclass-comment.mm22 @interface SubClass : SuperClass interface
/llvm-project/clang/test/CodeCompletion/
H A Dkeywords.cpp24 class SubClass : public Class { class
/llvm-project/clang-tools-extra/clang-tidy/objc/
H A DForbiddenSubclassingCheck.cpp60 const auto *SubClass = Result.Nodes.getNodeAs<ObjCInterfaceDecl>( in check() local
/llvm-project/clang/test/CodeGenCXX/
H A Dptrauth-explicit-vtable-pointer-control.cpp66 struct SubClass : T { global() struct
/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1414 auto SubClass = inferRegClassFromPattern(Dst.getChild(1)); createAndImportSubInstructionRenderer() local
1465 auto SubClass = inferRegClassFromPattern(Dst.getChild(1)); createAndImportSubInstructionRenderer() local
2164 auto SubClass = inferRegClassFromPattern(Dst.getChild(1)); runOnPattern() local
2184 auto SubClass = inferRegClassFromPattern(Dst.getChild(1)); runOnPattern() local
/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp298 AddSubClass(Record * CurRec,SubClassReference & SubClass) AddSubClass() argument
346 AddSubClass(RecordsEntry & Entry,SubClassReference & SubClass) AddSubClass() argument
3571 SubClassReference SubClass = ParseSubClassReference(CurRec, false); ParseObjectBody() local
4275 SubClassReference SubClass = ParseSubClassReference(nullptr, false); ParseDefm() local
[all...]
/llvm-project/llvm/lib/CodeGen/
H A DTargetRegisterInfo.cpp258 const TargetRegisterClass *SubClass = getAllocatableClass(RC); getAllocatableSet() local
/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp3290 for (auto SubClass : SubClasses) { emitAttrList() local
3311 for (auto SubClass : SubClasses) { classifyAttr() local