ΒΆCXType clang_getTypedefDeclUnderlyingType(
    CXCursor C)

Description

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

Declared at: clang/include/clang-c/Index.h:3517

Parameters

CXCursor C