Lines Matching full:declared
8 template<typename T> class basic_string { // expected-note 3{{'basic_string' declared here}}
10 int find(const char *substr); // expected-note{{'find' declared here}}
11 static const int npos = -1; // expected-note{{'npos' declared here}}
14 typedef basic_string<char> string; // expected-note 2{{'string' declared here}}
17 namespace otherstd { // expected-note 2{{'otherstd' declared here}} \
30 float area(float radius, // expected-note{{'radius' declared here}}
53 int member; // expected-note 3{{'member' declared here}}
69 typedef int Integer; // expected-note{{'Integer' declared here}}
70 int global_value; // expected-note{{'global_value' declared here}}
79 typedef std::basic_string<char> yarn; // expected-note 2 {{'nonstd::yarn' declared here}}
80 int narf; // expected-note{{'nonstd::narf' declared here}}
87 template<typename T> class wide_string {}; // expected-note {{'another::wide_string' declared here}}
104 namespace inner { // expected-note{{'outer::inner' declared here}} \
106 // expected-note{{'inner' declared here}}
134 void bar(int, int); // expected-note{{'::bar' declared here}}