Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Parser/
H A DMicrosoftExtensions.cpp57 struct_with_uuid { }; struct
84 struct_with_uuid var_with_uuid[1]; in uuid_sema_test()
87 __uuidof(struct_with_uuid); in uuid_sema_test()
91 __uuidof(struct_with_uuid*); in uuid_sema_test()
93 __uuidof(struct_with_uuid[1]); in uuid_sema_test()
94 …__uuidof(struct_with_uuid*[1]); // expected-error {{cannot call operator __uuidof on a type with n… in uuid_sema_test()
95 __uuidof(const struct_with_uuid[1][1]); in uuid_sema_test()
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;
137 typedef COM_CLASS_TEMPLATE_REF<struct_with_uuid, __uuidof(struct_with_uuid)> COM_TYPE_REF;
[all …]
H A Dms-square-bracket-attributes.mm12 [uuid( "000000A0-0000-0000-C000-000000000049" )] struct struct_with_uuid;
115 (void)__uuidof(struct_with_uuid);