/llvm-project/clang/test/Index/ |
H A D | complete-categories.m | 4 @interface I1 @end interface 8 @interface I1(Cat1) @end interface in Cat1 9 @interface I1(Cat2) @end interface in Cat2 10 @interface I1(Cat3) @end interface in Cat3 18 @implementation I1(Cat2) @end implementation in Cat2 19 @implementation I1(Cat3) @end implementation in Cat3
|
/llvm-project/clang/test/ASTMerge/category/Inputs/ |
H A D | category1.m | 1 @interface I1 interface 5 @interface I1 (Cat1) interface in Cat1 10 @interface I1 () interface in int 15 @interface I1 (Cat2) interface in Cat2
|
H A D | category2.m | 3 @interface I1 interface 7 @interface I1 (Cat1) interface in Cat1 12 @interface I1 () interface in Int 17 @interface I1 (Cat2) interface in Cat2
|
/llvm-project/clang/test/CodeGenObjC/ |
H A D | debug-info-class-extension.m | 6 @interface I1 interface 9 @implementation I1 { implementation
|
H A D | debug-info-property.m | 7 @interface I1 { interface 13 @implementation I1 implementation
|
H A D | debug-info-property4.m | 11 @interface I1 interface 15 @implementation I1 implementation
|
H A D | 2009-01-21-invalid-debug-info.m | 10 @interface I1 @end interface 12 @implementation I1 implementation
|
H A D | debug-info-property3.m | 3 @interface I1 interface 10 @implementation I1 implementation
|
H A D | debug-info-property-class-instance-same-name.m | 5 @interface I1 interface 14 @implementation I1 implementation
|
H A D | class-type.m | 13 @interface I1 { interface 18 @implementation I1 implementation
|
H A D | auto-property-synthesize-protocol.m | 21 @interface I1<P1> interface 25 @implementation I1 // expected-warning {{auto property synthesis will not synthesize property decla… implementation
|
H A D | ubsan-bool.m | 34 @interface I1 { interface 40 @implementation I1 implementation
|
H A D | synthesize_ivar.m | 34 @interface I1 { interface 39 @implementation I1 implementation
|
H A D | debug-info-crash.m | 17 @interface I1 @end interface 18 @implementation I1 implementation
|
/llvm-project/clang/test/CodeCompletion/ |
H A D | namespace.cpp | 5 namespace I1 { } namespace 8 namespace I1 { } namespace
|
H A D | namespace-alias.cpp | 8 namespace I1 { } namespace 11 namespace I1 { } namespace
|
H A D | using-namespace.cpp | 8 namespace I1 { } namespace 11 namespace I1 { } namespace
|
H A D | using.cpp | 8 namespace I1 { } namespace 11 namespace I1 { } namespace
|
/llvm-project/clang/test/SemaObjC/ |
H A D | synthesized-ivar.m | 17 @interface I1 { interface 23 @interface I1() { interface in int 29 @implementation I1 implementation
|
H A D | no-ivar-access-control.m | 35 @interface I1 { interface 41 @interface I1() { interface in int 47 @implementation I1 implementation
|
/llvm-project/clang/test/Parser/ |
H A D | objc-synthesized-recover.m | 3 @interface I1 interface 12 @implementation I1 implementation
|
H A D | objc-implementation-attrs.m | 3 @interface I1 @end interface 7 @implementation I1 @end implementation 11 @implementation I1 (MyCat) @end implementation in MyCat
|
/llvm-project/clang/test/Rewriter/ |
H A D | rewrite-elaborated-type.mm | 33 @interface I1 @end interface 35 @implementation I1 implementation
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | switch-missing-default-case.cpp | 8 int I1 = 0; in positive() local 44 int I1 = 0; in negative() local
|
/llvm-project/clang/test/Index/Core/ |
H A D | external-source-symbol-attr.m | 15 @interface I1 interface 43 @interface I1(cat) interface in cat 50 @interface I1(cat2) interface in cat2
|