/llvm-project/clang/test/CoverageMapping/ |
H A D | nestedclass.cpp | 10 struct Test2 { // CHECK-INNER: emitTest2 struct 24 Test::Test2 t2; in main()
|
/llvm-project/clang/test/ARCMT/Inputs/ |
H A D | test1.m.in | 8 @interface Test2 interface 12 @implementation Test2 implementation
|
/llvm-project/clang/test/Rewriter/ |
H A D | objc-modern-linkage-spec.mm | 16 @interface Test2 @end interface 18 @implementation Test2 @end implementation
|
/llvm-project/clang/test/ExtractAPI/ |
H A D | typedef_struct_enum.c | 47 typedef enum Test2 { enum 49 } Test2; typedef
|
/llvm-project/clang/test/ARCMT/ |
H A D | dealloc.m | 16 @interface Test2 : A interface 20 @implementation Test2 implementation
|
/llvm-project/clang/test/Index/ |
H A D | attributes.c | 3 struct __attribute__((packed)) Test2 { struct 4 char a;
|
/llvm-project/clang/test/CodeGenObjC/ |
H A D | related-result-type.m | 28 @interface Test2 : NSString interface 32 @implementation Test2 implementation
|
H A D | arc-property.m | 38 @interface Test2 { interface 46 @implementation Test2 implementation
|
/llvm-project/clang/test/CodeGenObjCXX/ |
H A D | mangle.mm | 60 @interface Test2 @end interface 61 @interface Test2 () interface in assign 64 @interface Test2 (a) interface in a 67 @implementation Test2 { implementation
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | constructor-direct-call.cpp | 18 class Test2 { class 20 Test2() { a = 10; b = 10; } in Test2() function in Test2
|
H A D | empty-union.cpp | 7 union NonPODUnion Test2; variable
|
H A D | rtti-visibility.cpp | 21 namespace Test2 { namespace
|
H A D | mangle-valist.cpp | 8 class Test2 { class
|
H A D | cxx11-vtable-key-function.cpp | 16 namespace Test2 { namespace
|
/llvm-project/clang/test/SemaCXX/ |
H A D | invalid-decl-hiding.cpp | 16 class Test2 { // expected-note {{declared here}} class 17 static NoSuchType Test2; // expected-error {{unknown type name 'NoSuchType'}} member in Test2
|
H A D | bitfield-layout.cpp | 19 struct Test2 { struct 22 CHECK_SIZE(Test2, 2); argument
|
H A D | ambig-user-defined-conversions.cpp | 29 void Test2() { in Test2() function 51 void Test2() in Test2() function
|
/llvm-project/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/ |
H A D | p12.cpp | 60 struct Test2 : Base { struct 66 void test0() { Opaque<1> _ = foo(Opaque<0>()); } in test0() 67 void test1() { Opaque<0> _ = foo(Opaque<1>()); } in test1() 68 void test2() { Opaque<1> _ = foo(Opaque<2>()); } in test2() 69 void test3() { Opaque<1> _ = foo(Opaque<3>()); } in test3()
|
/llvm-project/clang/test/SemaObjC/ |
H A D | arc-property.m | 48 @interface Test2 interface 52 @implementation Test2 implementation
|
H A D | default-synthesize-2.m | 28 @interface Test2 interface 34 @implementation Test2 implementation
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | forwarding-reference-overload-concepts.cpp | 25 class Test2 { class
|
/llvm-project/clang/test/SemaObjCXX/ |
H A D | parameters.mm | 15 @interface Test2 interface
|
H A D | arc-unavailable-for-weakref.mm | 40 NOWEAK<P, P1> * Test2() { function
|
/llvm-project/clang/test/AST/ |
H A D | ast-dump-c-attr.c | 18 enum [[deprecated("Frobble")]] Test2 { enum
|
/llvm-project/clang/test/FixIt/ |
H A D | fixit-objc-bridge-related-attr.m | 23 CGColorRef Test2(NSTextField *textField, CGColorRef newColor) { function
|