Lines Matching full:forward
4 static char s_var_1; // expected-note{{forward declaration of template entity is here}}
5 static char s_var_2; // expected-note{{forward declaration of template entity is here}}
6 static void s_func_1(); // expected-note{{forward declaration of template entity is here}}
7 static void s_func_2(); // expected-note{{forward declaration of template entity is here}}
8 void meth_1(); // expected-note2{{forward declaration of template entity is here}}
10 template <class T1> static char s_tvar_2; // expected-note{{forward declaration of template entity is here}}
11 template <class T1> static void s_tfunc_2(); // expected-note{{forward declaration of template entity is here}}
13 static char s_var_2; // expected-note{{forward declaration of template entity is here}}
14 static void s_func_2(); // expected-note{{forward declaration of template entity is here}}
15 void meth_2(); // expected-note{{forward declaration of template entity is here}}
16 template <class T2> static char s_tvar_2; // expected-note{{forward declaration of template entity is here}}
17 template <class T2> void tmeth_2(); // expected-note{{forward declaration of template entity is here}}