Home
last modified time | relevance | path

Searched defs:Test2 (Results 1 – 25 of 114) sorted by relevance

12345

/llvm-project/clang/test/CoverageMapping/
H A Dnestedclass.cpp10 struct Test2 { // CHECK-INNER: emitTest2 struct
24 Test::Test2 t2; in main()
/llvm-project/clang/test/ARCMT/Inputs/
H A Dtest1.m.in8 @interface Test2 interface
12 @implementation Test2 implementation
/llvm-project/clang/test/Rewriter/
H A Dobjc-modern-linkage-spec.mm16 @interface Test2 @end interface
18 @implementation Test2 @end implementation
/llvm-project/clang/test/ExtractAPI/
H A Dtypedef_struct_enum.c47 typedef enum Test2 { enum
49 } Test2; typedef
/llvm-project/clang/test/ARCMT/
H A Ddealloc.m16 @interface Test2 : A interface
20 @implementation Test2 implementation
/llvm-project/clang/test/Index/
H A Dattributes.c3 struct __attribute__((packed)) Test2 { struct
4 char a;
/llvm-project/clang/test/CodeGenObjC/
H A Drelated-result-type.m28 @interface Test2 : NSString interface
32 @implementation Test2 implementation
H A Darc-property.m38 @interface Test2 { interface
46 @implementation Test2 implementation
/llvm-project/clang/test/CodeGenObjCXX/
H A Dmangle.mm60 @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 Dconstructor-direct-call.cpp18 class Test2 { class
20 Test2() { a = 10; b = 10; } in Test2() function in Test2
H A Dempty-union.cpp7 union NonPODUnion Test2; variable
H A Drtti-visibility.cpp21 namespace Test2 { namespace
H A Dmangle-valist.cpp8 class Test2 { class
H A Dcxx11-vtable-key-function.cpp16 namespace Test2 { namespace
/llvm-project/clang/test/SemaCXX/
H A Dinvalid-decl-hiding.cpp16 class Test2 { // expected-note {{declared here}} class
17 static NoSuchType Test2; // expected-error {{unknown type name 'NoSuchType'}} member in Test2
H A Dbitfield-layout.cpp19 struct Test2 { struct
22 CHECK_SIZE(Test2, 2); argument
H A Dambig-user-defined-conversions.cpp29 void Test2() { in Test2() function
51 void Test2() in Test2() function
/llvm-project/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp12.cpp60 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 Darc-property.m48 @interface Test2 interface
52 @implementation Test2 implementation
H A Ddefault-synthesize-2.m28 @interface Test2 interface
34 @implementation Test2 implementation
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dforwarding-reference-overload-concepts.cpp25 class Test2 { class
/llvm-project/clang/test/SemaObjCXX/
H A Dparameters.mm15 @interface Test2 interface
H A Darc-unavailable-for-weakref.mm40 NOWEAK<P, P1> * Test2() { function
/llvm-project/clang/test/AST/
H A Dast-dump-c-attr.c18 enum [[deprecated("Frobble")]] Test2 { enum
/llvm-project/clang/test/FixIt/
H A Dfixit-objc-bridge-related-attr.m23 CGColorRef Test2(NSTextField *textField, CGColorRef newColor) { function

12345