clang_getTypedefDeclUnderlyingType

Retrieve the underlying type of a typedef declaration.

If the cursor does not reference a typedef declaration, an invalid type is returned.

extern (C) @nogc @trusted nothrow pure pure
clang_getTypedefDeclUnderlyingType
(
const CXCursor C
)

Meta