/llvm-project/clang/test/AST/ |
H A D | ast-dump-c-attr.c | 26 struct [[deprecated]] Test4 { struct 30 // CHECK: RecordDecl{{.*}}Test4 argument
|
H A D | ast-dump-attr.m | 25 @property (readonly) [[clang::objc_returns_inner_pointer]] void *Test3, *Test4; property
|
/llvm-project/clang/test/SemaCXX/ |
H A D | declspec-selectany.cpp | 15 struct Test4 { struct 18 __declspec(selectany) constexpr int Test4::sdm; // no warning argument
|
H A D | invalid-decl-hiding.cpp | 41 class Test4 : public NoSuchType { // expected-error {{expected class name}} class 44 int Test4() { return 0; } in Test4() function
|
H A D | bitfield-layout.cpp | 31 struct Test4 { struct 34 CHECK_SIZE(Test4, 8); argument
|
/llvm-project/clang/test/SemaObjC/ |
H A D | property-ivar-mismatch.m | 4 @interface Test4 interface 11 @implementation Test4 implementation
|
H A D | default-synthesize-2.m | 57 @interface Test4 { interface 65 @implementation Test4 implementation
|
H A D | objc-mixed-bridge-attribute.m | 45 void Test4(NSAttributedString *ns_attrStr, NSMutableAttributedString *ns_mutable_attr_Str) { function
|
H A D | method-conflict-1.m | 75 @interface Test4 {} interface 79 @implementation Test4 implementation
|
H A D | method-conflict-2.m | 38 @interface Test4 {} interface 42 @implementation Test4 implementation
|
H A D | objcbridge-related-attribute.m | 37 CGColorRef2 Test4(NSTextField *textField, CGColorRef2 newColor) { function
|
H A D | arc-objcbridge-related-attribute.m | 37 CGColorRef2 Test4(NSTextField *textField, CGColorRef2 newColor) { function
|
/llvm-project/clang/test/Sema/ |
H A D | bitfield.c | 45 struct Test4 { struct 50 void test4(struct Test4 *t) { in test4() argument
|
H A D | attr-capabilities.c | 17 int Test4 __attribute__((try_acquire_capability("test4"))); // expected-error {{'try_acquire_capabi… variable 21 struct __attribute__((shared_capability(Test2))) Test4 {}; // expected-error {{expected string lite… struct
|
/llvm-project/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/namespace.unnamed/ |
H A D | p1.cpp | 37 class Test4 {}; // expected-note {{previous definition}} class 40 class Test4 {}; // expected-error {{redefinition of 'Test4'}} class
|
/llvm-project/clang/test/Index/ |
H A D | get-cursor.m | 63 @interface Test4 interface 65 @interface Test4(Dido) interface in Dido 67 @implementation Test4(Dido) implementation in Dido
|
H A D | single-file-parse.m | 26 @interface Test4 @end interface
|
H A D | retain-excluded-conditional-blocks.m | 22 @interface Test4 @end interface
|
/llvm-project/clang/test/CodeGenObjC/ |
H A D | arc-unopt.m | 39 @interface Test4 { id x; } @end interface
|
/llvm-project/clang/test/CodeGen/ |
H A D | temporary-lifetime.cpp | 108 void Test4() { in Test4() function
|
/llvm-project/clang/test/CXX/class/ |
H A D | p2-0x.cpp | 29 namespace Test4 { namespace
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | aix-static-init.cpp | 31 struct Test4 { struct
|
/llvm-project/clang/test/CXX/basic/basic.link/ |
H A D | p7.cpp | 51 namespace Test4 { namespace
|
/llvm-project/clang/test/ARCMT/ |
H A D | objcmt-protocol-conformance.m | 42 @interface Test4 : NSObject <P1, P2> // Test for Super class and protocol list interface 45 @implementation Test4 implementation
|
/llvm-project/clang/test/SemaObjCXX/ |
H A D | objcbridge-static-cast.mm | 100 void Test4(CFMyErrorRef cf) { function
|