Home
last modified time | relevance | path

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

/external/clang/test/Parser/
DMicrosoftExtensions.cpp68 struct_without_uuid var_without_uuid[1]; in uuid_sema_test() local
81 …__uuidof(var_without_uuid);// expected-error {{cannot call operator __uuidof on a type with no GUI… in uuid_sema_test()
83 …__uuidof(var_without_uuid[1]);// expected-error {{cannot call operator __uuidof on a type with no … in uuid_sema_test()
85 …__uuidof(&var_without_uuid[1]);// expected-error {{cannot call operator __uuidof on a type with no… in uuid_sema_test()