Home | History | Annotate | Download | only in FixIt

Lines Matching full:note

8   template<typename T> class basic_string { // expected-note 2{{'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}} \
18 // expected-note{{namespace 'otherstd' defined here}}
30 float area(float radius, // expected-note{{'radius' declared here}}
36 namespace blargh = otherstd; // expected-note 3{{namespace 'blargh' defined here}}
52 struct Derived : public Base { // expected-note{{base class 'Base' specified 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{{'nonstd::yarn' declared here}}