ΒΆint clang_getFieldDeclBitWidth(CXCursor C)
int clang_getFieldDeclBitWidth(CXCursor C)
Description
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.
Declared at: clang/include/clang-c/Index.h:3553
Parameters
- CXCursor C