Lines Matching refs:hiding
22 struct hiding {}; struct
23 int hiding; variable
36 NonClass::hiding; // expected-error {{not a class}}
64 struct hiding {}; // expected-note {{previous use is here}} struct
65 Opaque0 hiding; member
77 A::hiding;
110 typedef struct A::hiding local; in test1()
111 struct hiding _ = local(); in test1()
115 union hiding _; // expected-error {{tag type that does not match previous}} in test2()
127 Opaque0 _ = hiding; in test5()
135 struct hiding {}; // expected-note {{previous use is here}} struct
136 int hiding; member
149 A::hiding;
182 typedef struct A::hiding local; in test1()
183 struct hiding _ = local(); in test1()
187 union hiding _; // expected-error {{tag type that does not match previous}} in test2()
199 Opaque0 _ = hiding; in test5()
205 struct hiding {}; struct
209 struct hiding {}; struct
210 Opaque0 hiding; member
223 A<T>::hiding;
254 typedef struct A<T>::hiding local;
255 struct hiding _ = local();
259 typedef struct A<T>::hiding local;
260 union hiding _ = local();
275 Opaque0 _ = hiding; in test5()