clang_Cursor_getObjCPropertyAttributes

Given a cursor that represents a property declaration, return the associated property attributes. The bits are formed from \c CXObjCPropertyAttrKind.

\param reserved Reserved for future use, pass 0.

extern (C) @nogc @trusted nothrow pure
uint
clang_Cursor_getObjCPropertyAttributes
(
const CXCursor C
,)

Meta