Home
last modified time | relevance | path

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

/external/clang/test/Parser/
DMicrosoftExtensions.cpp103 class COM_CLASS_TEMPLATE { }; class
105 typedef COM_CLASS_TEMPLATE<struct_with_uuid, &*&__uuidof(struct_with_uuid)> COM_TYPE_1; // expected…
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 …
/external/llvm-project/clang/test/Parser/
DMicrosoftExtensions.cpp122 class COM_CLASS_TEMPLATE { }; class
124 typedef COM_CLASS_TEMPLATE<struct_with_uuid, &*&__uuidof(struct_with_uuid)> COM_TYPE_1; // expected…
125 typedef COM_CLASS_TEMPLATE<struct_with_uuid> COM_TYPE_2;
140 COM_CLASS_TEMPLATE<int, __uuidof(struct_with_uuid)> bad_template_arg; // expected-error {{non-type …