Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Parser/
H A DMicrosoftExtensions.cpp58 struct struct_without_uuid { }; struct
85 struct_without_uuid var_without_uuid[1]; in uuid_sema_test()
90 …__uuidof(struct_without_uuid); // expected-error {{cannot call operator __uuidof on a type with no… in uuid_sema_test()
92 …__uuidof(struct_without_uuid*); // expected-error {{cannot call operator __uuidof on a type with n… in uuid_sema_test()