/llvm-project/clang/test/Index/ |
H A D | complete-categories.m | 6 @interface I3 : I2 @end interface 15 @interface I3 (Cat1) @end interface in Cat1 16 @interface I3 (Cat2) @end interface in Cat2 20 @implementation I3(Cat2) @end implementation in Cat2
|
H A D | index-decls.m | 18 @interface I3 interface 22 @implementation I3 implementation
|
H A D | overrides.m | 64 @interface I3 <P6> interface 69 @interface I3() interface in readwrite
|
H A D | complete-method-decls.m | 100 @interface I3 interface 101 -(I3 *)produceI3:(I3 *)i3; 106 @implementation I3 implementation
|
/llvm-project/clang/test/Parser/ |
H A D | missing-end-4.m | 45 @interface I3 interface 47 @implementation I3 implementation
|
H A D | objc-implementation-attrs.m | 21 @implementation I3 @end implementation
|
/llvm-project/clang/test/ASTMerge/property/Inputs/ |
H A D | property1.m | 14 @interface I3 { interface 26 @implementation I3 implementation
|
H A D | property2.m | 16 @interface I3 { interface 28 @implementation I3 implementation
|
/llvm-project/clang/test/Index/Core/ |
H A D | external-source-symbol-attr.m | 64 @interface I3 interface 70 @interface I3(cat) interface in cat 106 @interface I3(cat_other_mod) interface in cat_other_mod
|
H A D | index-source.m | 199 @interface I3 interface 213 @implementation I3 implementation 227 @interface I3(bar) <Prot1> interface in bar 232 @implementation I3(bar) implementation in bar
|
/llvm-project/clang/test/SemaObjC/ |
H A D | property-12.m | 46 @interface I3 <P3> @end interface 47 @implementation I3 implementation
|
H A D | class-proto-1.m | 32 @interface I3 : E3 @end interface
|
H A D | invalid-code.m | 48 @interface I3 interface in unavailable
|
H A D | arc-unavailable-for-weakref.m | 88 @interface I3 interface
|
H A D | arc-decls.m | 159 @interface I3 interface 169 @interface I3 (Cat2) interface in Cat2
|
/llvm-project/libcxx/test/std/iterators/stream.iterators/istream.iterator/ |
H A D | types.pass.cpp | 88 typedef std::istream_iterator<std::string> I3; // string is NOT trivially destructible in main() typedef
|
/llvm-project/clang/test/CodeGenObjC/ |
H A D | interface-layout-64.m | 40 @interface I3 : I2 { interface 59 @implementation I3 implementation
|
H A D | sel-as-builtin-type.m | 13 @implementation I3; // expected-warning {{cannot find interface declaration for 'I3'}} implementation
|
/llvm-project/compiler-rt/lib/scudo/standalone/tests/ |
H A D | list_test.cpp | 31 setList(ListT * L,ListItem * I1=nullptr,ListItem * I2=nullptr,ListItem * I3=nullptr) setList() argument 43 checkList(ListT * L,ListItem * I1,ListItem * I2=nullptr,ListItem * I3=nullptr,ListItem * I4=nullptr,ListItem * I5=nullptr,ListItem * I6=nullptr) checkList() argument
|
/llvm-project/clang/test/CXX/dcl.decl/dcl.decomp/ |
H A D | p2.cpp | 13 using I3 = int[3]; in array() typedef
|
/llvm-project/clang/test/AST/Interp/ |
H A D | complex.cpp |
|
/llvm-project/clang-tools-extra/test/clang-tidy/infrastructure/ |
H A D | nolintnextline.cpp | 60 class I3 { I3(int i); }; class
|
/llvm-project/clang/test/ARCMT/ |
H A D | GC-no-arc-runtime.m | 53 @interface I3 interface
|
H A D | GC-no-finalize-removal.m | 50 @interface I3 interface
|
/llvm-project/llvm/unittests/ADT/ |
H A D | IListIteratorBitsTest.cpp | 88 simple_ilist<Node, ilist_iterator_bits<true>>::iterator I3(I); in TEST() local
|