Lines Matching full:declared
63 bool b; // expected-note {{declared private here}}
76 bool b; // expected-note {{declared private here}}
100 bool value; // expected-note 2 {{declared private here}}
158 template <class T> class A { // expected-note {{declared here}}
160 int x; // expected-note {{declared private here}}
213 int x; // expected-note {{declared private here}}
225 void foo(); // expected-note {{declared private here}}
265 Foo(T*, bool); // expected-note {{declared private here}}
301 static void foo(); // expected-note {{declared private here}}
320 static void foo(); // expected-note {{declared private here}}
355 int member; // expected-note{{declared protected here}}