clang_getFieldDeclBitWidth

Retrieve the bit width of a bit field declaration as an integer.

If a cursor that is not a bit field declaration is passed in, -1 is returned.

extern (C) @nogc @trusted nothrow pure pure
int
clang_getFieldDeclBitWidth
(
const CXCursor C
)

Meta