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