Determine whether two CXTypes represent the same type.
Return the canonical type for a CXType.
Return: the cursor for the declaration of the given type.
Retrieve the type named by the qualified-id.
Determine whether a CXType has the "const" qualifier set, without looking through aliases that may have added "const" at a different level.
Return: if the CXType is a POD (plain old data)
Determine whether a CXType has the "restrict" qualifier set, without looking through aliases that may have added "restrict" at a different level.
Determine whether a CXType has the "volatile" qualifier set, without looking through aliases that may have added "volatile" at a different level.
For pointer types, returns the type of the pointee.
Pretty-print the underlying type using the rules of the language of the translation unit from which it came.