Lines Matching full:appear
9 attr_after_class_name_decl [[]] [[]]; // expected-error {{an attribute list cannot appear here}}
14 attr_after_class_name_definition [[]] [[]] [[]]{}; // expected-error {{an attribute list cannot appear here}}
20 alignas(float) [[]] final // expected-error {{an attribute list cannot appear here}}
21 alignas(float) [[]] [[]] alignas(float): base{}; // expected-error {{an attribute list cannot appear here}}
28 [[]] [[]] alignas(16) final // expected-error {{an attribute list cannot appear here}}
29 [[]] [[]] alignas(16) [[]]{}; // expected-error {{an attribute list cannot appear here}}
39 class with_base_spec : public [[a]] // expected-error {{an attribute list cannot appear here}} expected-warning {{unknown}}
42 virtual [[b]] base1, // expected-error {{an attribute list cannot appear here}} expected-warning {{unknown}}
45 virtual [[c]] // expected-error {{an attribute list cannot appear here}} expected-warning {{unknown}}
48 public [[d]] base2 {}; // expected-error {{an attribute list cannot appear here}} expected-warning {{unknown}}