[cfe-dev] Objective-C declaration property attributes in libclang?

Jacob Carlborg doob at me.com
Sat Aug 4 09:07:13 PDT 2012


Are Objective-C property declaration attributes accessible in libclang? 
For example:

@interface Foo

@property(readonly) int foo;

@end

In the above example, is it possible to get information if "foo" is 
"readonly" or not?

-- 
/Jacob Carlborg




More information about the cfe-dev mailing list