Home
last modified time | relevance | path

Searched defs:Subclass (Results 1 – 19 of 19) sorted by relevance

/llvm-project/clang/test/SemaObjC/
H A DDoubleMethod.m3 @interface Subclass interface
12 @implementation Subclass implementation
H A Ddealloc.m29 @interface Subclass : Base interface
32 @interface Subclass (CAT) interface in CAT
36 @implementation Subclass (CAT) implementation in CAT
H A Dobjc-string-constant.m27 @interface Subclass : NSObject interface
31 @implementation Subclass implementation
H A Dnewproperty-class-method-1.m5 @interface Subclass interface
11 @implementation Subclass implementation
H A Ddeprecated-objc-introspection.m59 @interface Subclass : BaseClass @end interface
71 @implementation Subclass implementation
H A Derror-missing-getter.m3 @interface Subclass interface
H A Dclass-property-access.m25 @interface Subclass : RootClass @end interface
H A Dproperty-user-setter.m69 @interface Subclass : Root interface
76 @implementation Subclass implementation
/llvm-project/clang/test/FixIt/
H A Dauto-isa-fixit.m34 @interface Subclass : BaseClass @end interface
46 @implementation Subclass implementation
/llvm-project/clang/test/Analysis/
H A Dnull-deref-path-notes.m23 @interface Subclass : Root interface
26 @implementation Subclass implementation
H A Ddtor.cpp55 class Subclass : public SmartPointer { class
57 Subclass(void *x) : SmartPointer(x) {} in Subclass() function in Subclass
291 class Subclass : public VirtualDtor { class
H A Dnonnull.m16 @interface Subclass : MyObject interface
/llvm-project/clang/test/CodeGenCXX/
H A Ddecl-ref-inheritance.cpp49 struct Subclass : public Parent { struct
55 using Impl = Subclass<Base>; argument
/llvm-project/clang/test/Parser/
H A Dcheck-objc2-syntax-1.m5 @interface Subclass interface
/llvm-project/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp3.cpp58 struct Subclass : Base { struct
H A Dp4.cpp197 struct Subclass : Base { struct
/llvm-project/lldb/test/API/lang/cpp/template/
H A Dmain.cpp19 Subclass enumerator
/llvm-project/clang-tools-extra/clangd/refactor/
H A DTweak.h129 #define REGISTER_TWEAK(Subclass) \ argument
/llvm-project/clang/test/CXX/class.access/class.access.dcl/
H A Dp1.cpp291 struct Subclass : Base { struct