ΒΆCXType clang_Cursor_getReceiverType(CXCursor C)
CXType clang_Cursor_getReceiverType(CXCursor C)
Description
Given a cursor pointing to an Objective-C message or property reference, or C++ method call, returns the CXType of the receiver.
Declared at: clang/include/clang-c/Index.h:4612
Parameters
- CXCursor C