OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StructWithProperty
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/Parser/
MicrosoftExtensions.cpp
309
struct
StructWithProperty
{
329
StructWithProperty
sp;
/external/clang/test/SemaCXX/
MicrosoftExtensions.cpp
254
struct
StructWithProperty
{
265
StructWithProperty
sp;
268
int j = sp.V4; // expected-error{{no member named 'GetV_NotExist' in '
StructWithProperty
'}} expected-error{{cannot find suitable getter for property 'V4'}}
269
sp.V3 = 14; // expected-error{{no member named 'SetV_NotExist' in '
StructWithProperty
'}} expected-error{{cannot find suitable setter for property 'V3'}}
Completed in 47 milliseconds