Home
last modified time | relevance | path

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

12

/external/llvm-project/clang/test/SemaObjC/
Ddealloc.m31 @interface Subclass : Base interface
34 @interface Subclass (CAT) interface in CAT
38 @implementation Subclass (CAT) implementation in CAT
DDoubleMethod.m3 @interface Subclass interface
12 @implementation Subclass implementation
Dobjc-string-constant.m27 @interface Subclass : NSObject interface
31 @implementation Subclass implementation
Dnewproperty-class-method-1.m5 @interface Subclass interface
11 @implementation Subclass implementation
Ddeprecated-objc-introspection.m61 @interface Subclass : BaseClass @end interface
73 @implementation Subclass implementation
Derror-missing-getter.m4 @interface Subclass interface
Dclass-property-access.m26 @interface Subclass : RootClass @end interface
Dproperty-user-setter.m69 @interface Subclass : Root interface
76 @implementation Subclass implementation
/external/clang/test/SemaObjC/
Ddealloc.m31 @interface Subclass : Base interface
34 @interface Subclass (CAT) interface in CAT
38 @implementation Subclass (CAT) implementation in CAT
DDoubleMethod.m3 @interface Subclass interface
12 @implementation Subclass implementation
Dobjc-string-constant.m27 @interface Subclass : NSObject interface
31 @implementation Subclass implementation
Dnewproperty-class-method-1.m5 @interface Subclass interface
11 @implementation Subclass implementation
Ddeprecated-objc-introspection.m61 @interface Subclass : BaseClass @end interface
73 @implementation Subclass implementation
Derror-missing-getter.m4 @interface Subclass interface
Dclass-property-access.m26 @interface Subclass : RootClass @end interface
Dproperty-user-setter.m69 @interface Subclass : Root interface
76 @implementation Subclass implementation
/external/clang/test/Analysis/
Dnull-deref-path-notes.m23 @interface Subclass : Root interface
26 @implementation Subclass implementation
/external/llvm-project/clang/test/FixIt/
Dauto-isa-fixit.m35 @interface Subclass : BaseClass @end interface
47 @implementation Subclass implementation
/external/clang/test/FixIt/
Dauto-isa-fixit.m35 @interface Subclass : BaseClass @end interface
47 @implementation Subclass implementation
/external/llvm-project/clang/test/Analysis/
Dnull-deref-path-notes.m23 @interface Subclass : Root interface
26 @implementation Subclass implementation
/external/llvm-project/clang/test/Parser/
Dcheck-objc2-syntax-1.m6 @interface Subclass interface
/external/clang/test/Parser/
Dcheck-objc2-syntax-1.m6 @interface Subclass interface
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
Dp3.cpp57 struct Subclass : Base { struct
/external/llvm-project/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
Dp3.cpp57 struct Subclass : Base { struct
/external/llvm-project/clang-tools-extra/clangd/refactor/
DTweak.h122 #define REGISTER_TWEAK(Subclass) \ argument

12