clang_getCursorResultType

Retrieve the return type associated with a given cursor.

This only returns a valid type if the cursor refers to a function or method.

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

Meta