Home | History | Annotate | Download | only in FixIt

Lines Matching full:declared

8   template<typename T> class basic_string { // expected-note 2{{'basic_string' declared here}} \
9 // expected-note {{'otherstd::basic_string' declared here}}
11 int find(const char *substr); // expected-note{{'find' declared here}}
12 static const int npos = -1; // expected-note{{'npos' declared here}}
15 typedef basic_string<char> string; // expected-note 2{{'string' declared here}}
18 namespace otherstd { // expected-note 2{{'otherstd' declared here}} \
31 float area(float radius, // expected-note{{'radius' declared here}}
54 int member; // expected-note 3{{'member' declared here}}
70 typedef int Integer; // expected-note{{'Integer' declared here}}
71 int global_value; // expected-note{{'global_value' declared here}}
80 typedef std::basic_string<char> yarn; // expected-note 2 {{'nonstd::yarn' declared here}}
81 int narf; // expected-note{{'nonstd::narf' declared here}}
101 namespace inner { // expected-note{{'outer::inner' declared here}} \
103 // expected-note{{'inner' declared here}}