Lines Matching refs:hiding
20 struct hiding {}; struct
21 int hiding; variable
28 …NonClass::hiding; // expected-error {{not a class}} expected-warning {{access declarations are dep…
39 struct hiding {}; // expected-note {{previous use is here}} struct
40 Opaque0 hiding; member
47 A::hiding; // expected-warning {{access declarations are deprecated}}
57 typedef struct A::hiding local; in test1()
58 struct hiding _ = local(); in test1()
62 union hiding _; // expected-error {{tag type that does not match previous}} in test2()
74 Opaque0 _ = hiding; in test5()
82 struct hiding {}; // expected-note {{previous use is here}} struct
83 int hiding; member
90 A::hiding; // expected-warning {{access declarations are deprecated}}
100 typedef struct A::hiding local; in test1()
101 struct hiding _ = local(); in test1()
105 union hiding _; // expected-error {{tag type that does not match previous}} in test2()
117 Opaque0 _ = hiding; in test5()
123 struct hiding {}; struct
127 struct hiding {}; struct
128 Opaque0 hiding; member
135 A<T>::hiding; // expected-warning {{access declarations are deprecated}}
143 typedef struct A<T>::hiding local;
144 struct hiding _ = local();
148 typedef struct A<T>::hiding local;
149 union hiding _ = local();
164 Opaque0 _ = hiding; in test5()