ΒΆCXType clang_getEnumDeclIntegerType(CXCursor C)
CXType clang_getEnumDeclIntegerType(CXCursor C)
Description
Retrieve the integer type of an enum declaration. If the cursor does not reference an enum declaration, an invalid type is returned.
Declared at: clang/include/clang-c/Index.h:3525
Parameters
- CXCursor C