Home
last modified time | relevance | path

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

/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dp5.cpp165 struct TestUnexpandedDecls : T{ struct
169 …ypes data_member; // expected-error{{data member type contains unexpanded parameter pack 'Types'}}
170 …tatic_data_member; // expected-error{{declaration type contains unexpanded parameter pack 'Types'}}
174 …E0 : Types { // expected-error{{fixed underlying type contains unexpanded parameter pack 'Types'}}
186 void test_initializers() { in test_initializers()
204 void decls_in_stmts() { in decls_in_stmts()