/external/llvm-project/clang/test/SemaObjC/ |
D | dealloc.m | 31 @interface Subclass : Base interface 34 @interface Subclass (CAT) interface in CAT 38 @implementation Subclass (CAT) implementation in CAT
|
D | DoubleMethod.m | 3 @interface Subclass interface 12 @implementation Subclass implementation
|
D | objc-string-constant.m | 27 @interface Subclass : NSObject interface 31 @implementation Subclass implementation
|
D | newproperty-class-method-1.m | 5 @interface Subclass interface 11 @implementation Subclass implementation
|
D | deprecated-objc-introspection.m | 61 @interface Subclass : BaseClass @end interface 73 @implementation Subclass implementation
|
D | error-missing-getter.m | 4 @interface Subclass interface
|
D | class-property-access.m | 26 @interface Subclass : RootClass @end interface
|
D | property-user-setter.m | 69 @interface Subclass : Root interface 76 @implementation Subclass implementation
|
/external/clang/test/SemaObjC/ |
D | dealloc.m | 31 @interface Subclass : Base interface 34 @interface Subclass (CAT) interface in CAT 38 @implementation Subclass (CAT) implementation in CAT
|
D | DoubleMethod.m | 3 @interface Subclass interface 12 @implementation Subclass implementation
|
D | objc-string-constant.m | 27 @interface Subclass : NSObject interface 31 @implementation Subclass implementation
|
D | newproperty-class-method-1.m | 5 @interface Subclass interface 11 @implementation Subclass implementation
|
D | deprecated-objc-introspection.m | 61 @interface Subclass : BaseClass @end interface 73 @implementation Subclass implementation
|
D | error-missing-getter.m | 4 @interface Subclass interface
|
D | class-property-access.m | 26 @interface Subclass : RootClass @end interface
|
D | property-user-setter.m | 69 @interface Subclass : Root interface 76 @implementation Subclass implementation
|
/external/clang/test/Analysis/ |
D | null-deref-path-notes.m | 23 @interface Subclass : Root interface 26 @implementation Subclass implementation
|
/external/llvm-project/clang/test/FixIt/ |
D | auto-isa-fixit.m | 35 @interface Subclass : BaseClass @end interface 47 @implementation Subclass implementation
|
/external/clang/test/FixIt/ |
D | auto-isa-fixit.m | 35 @interface Subclass : BaseClass @end interface 47 @implementation Subclass implementation
|
/external/llvm-project/clang/test/Analysis/ |
D | null-deref-path-notes.m | 23 @interface Subclass : Root interface 26 @implementation Subclass implementation
|
/external/llvm-project/clang/test/Parser/ |
D | check-objc2-syntax-1.m | 6 @interface Subclass interface
|
/external/clang/test/Parser/ |
D | check-objc2-syntax-1.m | 6 @interface Subclass interface
|
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/ |
D | p3.cpp | 57 struct Subclass : Base { struct
|
/external/llvm-project/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/ |
D | p3.cpp | 57 struct Subclass : Base { struct
|
/external/llvm-project/clang-tools-extra/clangd/refactor/ |
D | Tweak.h | 122 #define REGISTER_TWEAK(Subclass) \ argument
|