CXType

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

extern (C)
struct CXType {
CXTypeKind kind;
void*[2] data;
}

Meta