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

/external/clang/test/Parser/
H A DMicrosoftExtensions.cpp103 class COM_CLASS_TEMPLATE { }; class
105 typedef COM_CLASS_TEMPLATE<struct_with_uuid, &*&__uuidof(struct_with_uuid)> COM_TYPE_1; // expected-warning {{non-type template argument containing a dereference operation is a Microsoft extension}}
106 typedef COM_CLASS_TEMPLATE<struct_with_uuid> COM_TYPE_2;
121 COM_CLASS_TEMPLATE<int, __uuidof(struct_with_uuid)> bad_template_arg; // expected-error {{non-type template argument of type 'const _GUID' cannot be converted to a value of type 'const GUID *' (aka 'const _GUID *')}}

Completed in 122 milliseconds