CXType

\brief The type of an element in the abstract syntax tree.

extern (C)
struct CXType {}

Members

Variables

data
void*[2] data;
Undocumented in source.
kind
CXTypeKind kind;
Undocumented in source.

Meta