Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Parser/
H A DMicrosoftExtensions.cpp77 enum_with_uuid { }; enum
98 __uuidof(enum_with_uuid); in uuid_sema_test()
100 __uuidof(enum_with_uuid*); in uuid_sema_test()
102 __uuidof(enum_with_uuid[1]); in uuid_sema_test()
103 …__uuidof(enum_with_uuid*[1]); // expected-error {{cannot call operator __uuidof on a type with no … in uuid_sema_test()
104 __uuidof(const enum_with_uuid[1][1]); in uuid_sema_test()
105 …__uuidof(const enum_with_uuid*[1][1]); // expected-error {{cannot call operator __uuidof on a type… in uuid_sema_test()