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