Lines Matching refs:within
16 typedef struct ContainsBool // expected-note{{within field of type 'ContainsBool' declared here}}
25 typedef struct FooImage2D // expected-note{{within field of type 'FooImage2D' declared here}}
35 typedef struct Foo // expected-note{{within field of type 'Foo' declared here}}
42 typedef union FooUnion // expected-note{{within field of type 'FooUnion' declared here}}
49 typedef struct NestedPointer // expected-note 2 {{within field of type 'NestedPointer' declared her…
55 } inner; // expected-note 3 {{within field of type 'struct InnerNestedPointer' declared here}}
60 struct NestedPointerComplex // expected-note{{within field of type 'NestedPointerComplex' declared …
69 } inner; // expected-note{{within field of type 'struct InnerNestedPointerComplex' declared here}}
77 typedef struct NestedBool // expected-note 2 {{within field of type 'NestedBool' declared here}}
83 } inner; // expected-note 2 {{within field of type 'struct InnerNestedBool' declared here}}
98 typedef struct NestedBool2 // expected-note{{within field of type 'NestedBool2' declared here}}
101 …NestedBool2Inner inner; // expected-note{{within field of type 'NestedBool2Inner' (aka 'struct Nes…
127 struct AlsoUser // expected-note{{within field of type 'AlsoUser' declared here}}
132 …struct NestedPointer aaaa; // expected-note{{within field of type 'struct NestedPointer' declared …