/llvm-project/clang/test/CodeGenCXX/ |
H A D | aix-static-init.cpp | 22 struct Test3 { struct 23 constexpr Test3() {}; in Test3() function 24 ~Test3() {}; in ~Test3()
|
H A D | constructor-direct-call.cpp | 43 class Test3 { class 45 Test3() { a = 10; b = 15; c = 20; } in Test3() function in Test3 46 Test3(const Test3& that) { a = that.a; b = that.b; c = that.c; } in Test3() function in Test3
|
H A D | cxx11-vtable-key-function.cpp | 28 namespace Test3 { namespace
|
/llvm-project/clang/test/CodeGenObjC/ |
H A D | related-result-type.m | 40 @interface Test3 : NSString interface 44 @implementation Test3 implementation
|
H A D | arc-property.m | 78 @interface Test3 interface 107 @implementation Test3 implementation
|
/llvm-project/clang/test/CoverageMapping/ |
H A D | nestedclass.cpp | 14 struct Test3 { // CHECK-INNERMOST: emitTest3 struct 15 static void emitTest3() { // CHECK-INNERMOST: File 0, [[@LINE]]:31 -> [[@LINE+2]]:8 = 0 in emitTest3()
|
/llvm-project/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/namespace.unnamed/ |
H A D | p1.cpp | 29 class Test3 {}; // expected-note {{previous definition}} class 32 class Test3 {}; // expected-error {{redefinition of 'Test3'}} class
|
/llvm-project/clang/test/SemaObjC/Inputs/ |
H A D | arc-system-header.h | 13 struct Test3 { struct 14 id *field;
|
/llvm-project/clang/test/SemaCXX/ |
H A D | bitfield-layout.cpp | 25 struct Test3 { struct 28 CHECK_SIZE(Test3, 4); argument
|
H A D | cxx1y-initializer-aggregates.cpp | 101 struct Test3 { struct 112 constexpr char f(Test3) { return 1; } // expected-note {{candidate function}} in f() argument 102 xnested_union::Test3 global() argument 103 __anon40fcc4b3060anested_union::Test3 global() argument
|
/llvm-project/clang/test/AST/ |
H A D | ast-dump-c-attr.c | 19 Test3 [[deprecated]] enumerator
|
/llvm-project/clang/test/SemaObjC/ |
H A D | default-synthesize-2.m | 41 @interface Test3 interface 48 @implementation Test3 // expected-warning {{autosynthesized property 'uid' will use synthesized ins… implementation
|
H A D | warn-retain-cycle.m | 105 @interface Test3 { interface 111 @implementation Test3 implementation
|
H A D | objc-mixed-bridge-attribute.m | 37 void Test3(NDCFAttributedStringRef attrStr, NDCFMutableAttributedStringRef mutable_attrStr) function
|
H A D | method-conflict-1.m | 64 @interface Test3 {} interface 69 @implementation Test3 implementation
|
H A D | check-objcbridge-related-attribute-lookup.m | 34 NSColor * Test3(NSTextField *textField, CGColorRef2 newColor) { function
|
H A D | method-conflict-2.m | 27 @interface Test3 {} interface 32 @implementation Test3 implementation
|
H A D | objcbridge-related-attribute.m | 32 CGColorRef Test3(NSTextField *textField, CGColorRef newColor) { function
|
H A D | arc-objcbridge-related-attribute.m | 32 CGColorRef Test3(NSTextField *textField, CGColorRef newColor) { function
|
H A D | arc-property.m | 56 @interface Test3 interface
|
/llvm-project/clang/test/CodeGen/ |
H A D | temporary-lifetime.cpp | 86 void Test3() { in Test3() function
|
/llvm-project/clang/test/PCH/ |
H A D | cxx11-inheriting-ctors.cpp | 42 struct Test3 : B { struct
|
/llvm-project/clang/test/CXX/class/ |
H A D | p2-0x.cpp | 19 namespace Test3 { namespace
|
/llvm-project/clang/test/CXX/basic/basic.link/ |
H A D | p7.cpp | 39 namespace Test3 { namespace
|
/llvm-project/clang/test/ARCMT/ |
H A D | objcmt-protocol-conformance.m | 33 @interface Test3 : NSObject { // Test for Super class and no protocol list interface 38 @implementation Test3 implementation
|