clang_Cursor_getReceiverType

Given a cursor pointing to an Objective-C message or property reference, or C++ method call, returns the CXType of the receiver.

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

Meta