Home
last modified time | relevance | path

Searched refs:COM_CLASS_TEMPLATE (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/test/Parser/
H A DMicrosoftExtensions.cpp130 class COM_CLASS_TEMPLATE { }; class
132 typedef COM_CLASS_TEMPLATE<struct_with_uuid, &*&__uuidof(struct_with_uuid)> COM_TYPE_1; // expected…
133 typedef COM_CLASS_TEMPLATE<struct_with_uuid> COM_TYPE_2;
148 COM_CLASS_TEMPLATE<int, __uuidof(struct_with_uuid)> bad_template_arg; // expected-error {{non-type …