Lines Matching full:here
73 static void member(); // expected-note 2 {{declared private here}}
124 X *getPrev() { return Prev; } // expected-note{{member is declared here}}
127 class ilist_node : private ilist_half_node { // expected-note {{declared private here}} expected-note {{constrained by private inheritance here}}
130 X *getNext() { return Next; } // expected-note {{declared private here}}
151 class A { protected: int x; }; // expected-note {{declared protected here}}
189 return a == b; // expected-note {{requested here}}
237 A(); // expected-note 2 {{declared private here}}
260 typedef int I; // expected-note 4 {{declared private here}}
261 static const I x = 0; // expected-note {{implicitly declared private here}}
294 void foo(void); // expected-note {{declared private here}}
319 typedef int private_type; // expected-note 2 {{implicitly declared private here}}