• Home
  • Raw
  • Download

Lines Matching full:here

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}} \
18 // expected-note{{namespace 'otherstd' defined here}}
30 float area(float radius, // expected-note{{'radius' declared here}} in area()
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 2 {{'nonstd::yarn' declared here}}
80 int narf; // expected-note{{'nonstd::narf' declared here}}
87 …emplate<typename T> class wide_string {}; // expected-note {{'another::wide_string' declared here}}
104 namespace inner { // expected-note{{'outer::inner' declared here}} \
105 // expected-note{{namespace 'outer::inner' defined here}} \
106 // expected-note{{'inner' declared here}}
126 …// FIXME: we should offer a fix here. We do if the 'i' is misspelled, but we don't do name qualifi… in func2()
134 void bar(int, int); // expected-note{{'::bar' declared here}}