Home
last modified time | relevance | path

Searched defs:Test4 (Results 1 – 25 of 56) sorted by relevance

123

/llvm-project/clang/test/AST/
H A Dast-dump-c-attr.c26 struct [[deprecated]] Test4 { struct
30 // CHECK: RecordDecl{{.*}}Test4 argument
H A Dast-dump-attr.m25 @property (readonly) [[clang::objc_returns_inner_pointer]] void *Test3, *Test4; property
/llvm-project/clang/test/SemaCXX/
H A Ddeclspec-selectany.cpp15 struct Test4 { struct
18 __declspec(selectany) constexpr int Test4::sdm; // no warning argument
H A Dinvalid-decl-hiding.cpp41 class Test4 : public NoSuchType { // expected-error {{expected class name}} class
44 int Test4() { return 0; } in Test4() function
H A Dbitfield-layout.cpp31 struct Test4 { struct
34 CHECK_SIZE(Test4, 8); argument
/llvm-project/clang/test/SemaObjC/
H A Dproperty-ivar-mismatch.m4 @interface Test4 interface
11 @implementation Test4 implementation
H A Ddefault-synthesize-2.m57 @interface Test4 { interface
65 @implementation Test4 implementation
H A Dobjc-mixed-bridge-attribute.m45 void Test4(NSAttributedString *ns_attrStr, NSMutableAttributedString *ns_mutable_attr_Str) { function
H A Dmethod-conflict-1.m75 @interface Test4 {} interface
79 @implementation Test4 implementation
H A Dmethod-conflict-2.m38 @interface Test4 {} interface
42 @implementation Test4 implementation
H A Dobjcbridge-related-attribute.m37 CGColorRef2 Test4(NSTextField *textField, CGColorRef2 newColor) { function
H A Darc-objcbridge-related-attribute.m37 CGColorRef2 Test4(NSTextField *textField, CGColorRef2 newColor) { function
/llvm-project/clang/test/Sema/
H A Dbitfield.c45 struct Test4 { struct
50 void test4(struct Test4 *t) { in test4() argument
H A Dattr-capabilities.c17 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 Dp1.cpp37 class Test4 {}; // expected-note {{previous definition}} class
40 class Test4 {}; // expected-error {{redefinition of 'Test4'}} class
/llvm-project/clang/test/Index/
H A Dget-cursor.m63 @interface Test4 interface
65 @interface Test4(Dido) interface in Dido
67 @implementation Test4(Dido) implementation in Dido
H A Dsingle-file-parse.m26 @interface Test4 @end interface
H A Dretain-excluded-conditional-blocks.m22 @interface Test4 @end interface
/llvm-project/clang/test/CodeGenObjC/
H A Darc-unopt.m39 @interface Test4 { id x; } @end interface
/llvm-project/clang/test/CodeGen/
H A Dtemporary-lifetime.cpp108 void Test4() { in Test4() function
/llvm-project/clang/test/CXX/class/
H A Dp2-0x.cpp29 namespace Test4 { namespace
/llvm-project/clang/test/CodeGenCXX/
H A Daix-static-init.cpp31 struct Test4 { struct
/llvm-project/clang/test/CXX/basic/basic.link/
H A Dp7.cpp51 namespace Test4 { namespace
/llvm-project/clang/test/ARCMT/
H A Dobjcmt-protocol-conformance.m42 @interface Test4 : NSObject <P1, P2> // Test for Super class and protocol list interface
45 @implementation Test4 implementation
/llvm-project/clang/test/SemaObjCXX/
H A Dobjcbridge-static-cast.mm100 void Test4(CFMyErrorRef cf) { function

123