/llvm-project/clang/test/SemaObjC/ |
H A D | property-ivar-mismatch.m | 16 @interface Test5 interface 23 @implementation Test5 implementation
|
H A D | default-synthesize-2.m | 71 @interface Test5 interface 79 @implementation Test5 implementation
|
/llvm-project/clang/test/SemaObjC/Inputs/ |
H A D | arc-system-header.h | 24 struct Test5 { struct 25 id field;
|
/llvm-project/clang/test/SemaCXX/ |
H A D | invalid-decl-hiding.cpp | 51 class Test5 : public NoSuchType { // expected-error {{expected class name}} class 54 NoSuchType Test5() { return 0; } // expected-error {{unknown type name 'NoSuchType'}} in Test5() function
|
H A D | bitfield-layout.cpp | 37 struct Test5 { struct 41 CHECK_SIZE(Test5, 1); argument
|
H A D | attr-weak.cpp | 15 struct Test5 { struct
|
/llvm-project/clang/test/CodeGen/ |
H A D | 2002-02-16-RenamingTest.c | 7 void Test5(double X) { in Test5() function
|
H A D | temporary-lifetime.cpp | 122 int Test5() { in Test5() function
|
/llvm-project/clang/test/AST/ |
H A D | ast-dump-c-attr.c | 27 [[deprecated("Frobble")]] int Test5, Test6; member
|
H A D | ast-dump-attr.m | 31 @property (readonly) [[clang::iboutlet]] NSObject *Test5; property
|
/llvm-project/clang/test/CodeGenObjC/ |
H A D | property.m | 103 @interface Test5 { interface 108 @implementation Test5 implementation
|
H A D | block-var-layout.m | 102 void Test5(void) { function
|
/llvm-project/clang/test/Sema/ |
H A D | bitfield.c | 63 struct Test5 { unsigned n : 2; } t5; argument
|
H A D | attr-capabilities.c | 18 int Test5 __attribute__((release_capability("test5"))); // expected-warning {{'release_capability' … variable 23 struct __attribute__((capability)) Test5 {}; // expected-error {{'capability' attribute takes one a… struct
|
/llvm-project/clang/test/CXX/basic/basic.link/ |
H A D | p7.cpp | 62 namespace Test5 { namespace
|
/llvm-project/clang/test/ARCMT/ |
H A D | objcmt-protocol-conformance.m | 58 @interface Test5 : NSObject<P3> interface 61 @implementation Test5 implementation
|
/llvm-project/clang/test/Index/ |
H A D | get-cursor.m | 72 @interface Test5 { interface 82 @implementation Test5 implementation
|
H A D | single-file-parse.m | 31 @interface Test5 @end interface
|
H A D | retain-excluded-conditional-blocks.m | 27 @interface Test5 @end interface
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | sizeof-expression-2.c |
|
H A D | sizeof-expression-warn-on-sizeof-pointer-to-aggregate.cpp | 11 int Test5() { in Test5() function
|
/llvm-project/clang/test/CodeGenObjCXX/ |
H A D | block-var-layout.mm | 92 void Test5() { function
|
/llvm-project/clang/test/SemaObjCXX/ |
H A D | objcbridge-static-cast.mm | 119 void Test5(id<P1, P2, P3> P123, id ID, id<P1, P2, P3, P4> P1234, id<P1, P2> P12, id<P2, P3> P23) { function
|
H A D | objcbridge-attribute.mm | 119 void Test5(id<P1, P2, P3> P123, id ID, id<P1, P2, P3, P4> P1234, id<P1, P2> P12, id<P2, P3> P23) { function
|
H A D | objcbridge-attribute-arc.mm | 119 void Test5(id<P1, P2, P3> P123, id ID, id<P1, P2, P3, P4> P1234, id<P1, P2> P12, id<P2, P3> P23) { function
|