Home | History | Annotate | Download | only in class.mem

Lines Matching full:note

5   static int v1; // expected-note{{previous declaration is here}}
7 int v; //expected-note 2{{previous definition is here}} \
8 // expected-note{{previous declaration is here}}
14 struct X; //expected-note{{forward declaration of 'S::X'}}
26 static int v2; // expected-note{{previous declaration is here}}
44 int S4::v4; //expected-note{{previous definition is here}}
49 static int v5; //expected-note{{previous definition is here}}
52 void v6() { } //expected-note{{previous definition is here}}
56 void v7(int) { } //expected-note{{previous definition is here}}
60 int v8(int); //expected-note{{previous declaration is here}}