Searched defs:TestUnexpandedDecls (Results 1 – 1 of 1) sorted by relevance
165 struct alignas(Types) TestUnexpandedDecls : T{ // expected-error{{expression contains unexpanded pa… struct170 …ypes data_member; // expected-error{{data member type contains unexpanded parameter pack 'Types'}}194 TestUnexpandedDecls() : in TestUnexpandedDecls() argument211 void decls_in_stmts() { in decls_in_stmts()