/llvm-project/clang/test/ASTMerge/category/Inputs/ |
H A D | category1.m | 19 @interface I2 interface 23 @interface I2 () interface in int 28 @interface I2 (Cat3) interface in Cat3 31 @implementation I2 (Cat3) implementation in Cat3 35 @interface I2 (Cat4) interface in Cat4 38 @implementation I2 (Cat4) implementation in Cat4 42 @interface I2 (Cat6) interface in Cat6 45 @implementation I2 (Cat6) implementation in Cat6
|
H A D | category2.m | 21 @interface I2 interface 25 @interface I2 () interface in float 30 @interface I2 (Cat3) interface in Cat3 33 @implementation I2 (Cat3) implementation in Cat3 37 @interface I2 (Cat5) interface in Cat5 40 @implementation I2 (Cat5) implementation in Cat5 44 @interface I2 (Cat6) interface in Cat6 47 @implementation I2 (Cat6) implementation in Cat6
|
/llvm-project/clang/test/SemaObjCXX/ |
H A D | objc-extern-c.mm | 10 @interface I2 interface 12 @interface I2(C) // expected-note {{previous}} interface in C 23 @interface I2(C) // expected-warning {{duplicate}} interface in C
|
/llvm-project/clang/test/Index/ |
H A D | complete-categories.m | 5 @interface I2 @end interface 12 @interface I2 (Cat2) @end interface in Cat2 13 @interface I2 (Cat3) @end interface in Cat3 14 @interface I2 (Cat2) @end interface in Cat2
|
H A D | preamble-reparse-with-BOM.m | 2 @interface I2 interface
|
H A D | pch-with-errors.m | 8 @interface I2 interface
|
/llvm-project/clang/test/PCH/ |
H A D | chain-categories2.m | 16 @interface I2 interface 39 @interface I2() interface in readwrite 53 @implementation I2 implementation
|
/llvm-project/clang/test/SemaCXX/ |
H A D | ms-interface.cpp | 25 __interface I2 { variable 44 __interface I4 : I1, I2 { variable
|
/llvm-project/clang/test/SemaObjC/ |
H A D | protocol-lookup-2.m | 48 @interface I2 : NSObject interface 52 @interface I2() <ProtC> interface in ProtC 55 @implementation I2 implementation
|
H A D | incomplete-implementation.m | 23 @interface I2 interface 27 @implementation I2 implementation 30 @implementation I2(CAT) implementation in CAT
|
H A D | warn-forward-class-attr-deprecated.m | 9 @interface I2 interface 15 @implementation I2 implementation
|
H A D | arc-unavailable-for-weakref.m | 80 @interface I2 : Super interface 83 @implementation I2 // expected-note {{when implemented by class I2}} implementation
|
H A D | property-12.m | 41 @interface I2 <P2> @end interface 42 @implementation I2 implementation
|
/llvm-project/clang/test/CodeGenObjC/ |
H A D | class-type.m | 21 @interface I2 : I0 interface 24 @implementation I2 implementation
|
H A D | forward-decl-param.m | 13 @interface I2 interface 16 @implementation I2 implementation
|
/llvm-project/clang/test/Parser/ |
H A D | attributes.mm | 17 EXP @interface I2 @end interface 20 EXP @implementation I2 @end implementation
|
/llvm-project/clang/test/Sema/ |
H A D | deterministic-diagnostics-order.m | 20 @interface I2 interface 26 @implementation I2 implementation
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | switch-missing-default-case.cpp | 15 MyInt I2 = 0; in positive() local 52 MyInt I2 = 0; in negative() local
|
/llvm-project/clang/test/ARCMT/ |
H A D | GC-no-arc-runtime.m | 32 @interface I2 interface 36 @implementation I2 implementation
|
/llvm-project/clang/test/ARCMT/allowlisted/ |
H A D | objcmt-with-allowlist-impl.m | 12 @interface I2(cat) interface in cat
|
/llvm-project/libcxx/test/std/iterators/stream.iterators/ostreambuf.iterator/ |
H A D | types.pass.cpp | 61 typedef std::ostreambuf_iterator<wchar_t> I2; in main() typedef
|
/llvm-project/libcxx/test/std/iterators/stream.iterators/ostream.iterator/ |
H A D | types.pass.cpp | 59 typedef std::ostream_iterator<unsigned, wchar_t> I2; in main() typedef
|
/llvm-project/libcxx/test/std/iterators/stream.iterators/istreambuf.iterator/ |
H A D | types.pass.cpp | 63 typedef std::istreambuf_iterator<wchar_t> I2; in main() typedef
|
/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.typedef/ |
H A D | p3.cpp | 5 typedef int I2; typedef
|
/llvm-project/libcxx/test/std/iterators/stream.iterators/istream.iterator/ |
H A D | types.pass.cpp | 70 typedef std::istream_iterator<unsigned, wchar_t> I2; // unsigned is trivially destructible in main() typedef
|