Home | History | Annotate | Download | only in Parser

Lines Matching full:friend

164   friend int f [[]] (); // expected-FIXME{{an attribute list cannot appear here}}
165 friend int f1 [[noreturn]] (); //expected-error{{an attribute list cannot appear here}}
166 friend int f2 [[]] [[noreturn]] () {}
167 [[]] friend int g(); // expected-error{{an attribute list cannot appear here}}
168 [[]] friend int h() {
170 [[]] friend int f3(), f4(), f5(); // expected-error{{an attribute list cannot appear here}}
171 friend int f6 [[noreturn]] (), f7 [[noreturn]] (), f8 [[noreturn]] (); // expected-error3 {{an attribute list cannot appear here}}
172 friend class [[]] C; // expected-error{{an attribute list cannot appear here}}
173 [[]] friend class D; // expected-error{{an attribute list cannot appear here}}
174 [[]] friend int; // expected-error{{an attribute list cannot appear here}}