clang_getCanonicalType

\brief Return the canonical type for a CXType.

Clang's type system explicitly models typedefs and all the ways a specific type can be represented. The canonical type is the underlying type with all the "sugar" removed. For example, if 'T' is a typedef for 'int', the canonical type for 'T' would be 'int'.

extern (C) @safe @nogc pure nothrow
clang_getCanonicalType
()

Meta