Lines Matching full:here
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}}
116 template int transform(Bool, int); // expected-note {{requested here}}
119 template class User<int>; // expected-note {{requested 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}}
319 static void foo(); // expected-note {{declared private here}}
352 int member; // expected-note{{declared protected here}}
357 template void f2<float>(X<int> *); // expected-note{{in instantiation of function template specialization 'PR10913::f2<float, int>' requested here}}