ΒΆunsigned int
clang_Cursor_getObjCPropertyAttributes(
    CXCursor C,
    unsigned int reserved)

Description

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

Declared at: clang/include/clang-c/Index.h:4642

Parameters

CXCursor C
unsigned int reserved
Reserved for future use, pass 0.