Lines Matching refs:hiding
17 struct hiding {};
18 int hiding;
25 using NonClass::hiding; // expected-error {{not a class}}
36 struct hiding {}; // expected-note {{previous use is here}}
37 Opaque0 hiding;
44 using A::hiding;
54 typedef struct A::hiding local;
55 struct hiding _ = local();
59 union hiding _; // expected-error {{tag type that does not match previous}}
71 Opaque0 _ = hiding;
79 struct hiding {}; // expected-note {{previous use is here}}
80 int hiding;
87 using A::hiding;
97 typedef struct A::hiding local;
98 struct hiding _ = local();
102 union hiding _; // expected-error {{tag type that does not match previous}}
114 Opaque0 _ = hiding;
120 struct hiding {};
124 struct hiding {};
125 Opaque0 hiding; // expected-note {{target of using declaration}}
132 using A<T>::hiding;
140 typedef struct A<T>::hiding local;
141 struct hiding _ = local();
145 typedef struct A<T>::hiding local;
146 union hiding _ = local();
161 Opaque0 _ = hiding;
169 using typename A<T>::hiding; // expected-note {{declared here}} \
179 Opaque0 _ = hiding; // expected-error {{does not refer to a value}}