Home
last modified time | relevance | path

Searched defs:TestUnexpandedDecls (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dp5.cpp165 struct alignas(Types) TestUnexpandedDecls : T{ // expected-error{{expression contains unexpanded pa… struct
170 …ypes data_member; // expected-error{{data member type contains unexpanded parameter pack 'Types'}}
194 TestUnexpandedDecls() : in TestUnexpandedDecls() argument
211 void decls_in_stmts() { in decls_in_stmts()