Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/CXX/modules-ts/basic/basic.def.odr/p6/
Dglobal-vs-module.cpp14 template<typename> using type_tpl = int; // expected-note {{previous declaration is here}} typedef
47 template<typename> using type_tpl = int; // expected-error {{declaration of 'type_tpl' in module M … typedef
Dmodule-vs-global.cpp15 template<typename> using type_tpl = int; // expected-error {{declaration of 'type_tpl' in the globa… typedef
Dmodule-vs-module.cpp39 template<typename> using type_tpl = int; // expected-error {{declaration of 'type_tpl' in module N … typedef