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
335
struct
StructWithProperty
{
354
StructWithProperty
sp;
/external/clang/test/SemaCXX/
MicrosoftExtensions.cpp
218
struct
StructWithProperty
{
229
StructWithProperty
sp;
232
int j = sp.V4; // expected-error{{no member named 'GetV_NotExist' in '
StructWithProperty
'}} expected-error{{cannot find suitable getter for property 'V4'}}
233
sp.V3 = 14; // expected-error{{no member named 'SetV_NotExist' in '
StructWithProperty
'}} expected-error{{cannot find suitable setter for property 'V3'}}
Completed in 3300 milliseconds