ΒΆCXType clang_getCursorResultType(CXCursor C)
CXType clang_getCursorResultType(CXCursor C)
Description
Retrieve the return type associated with a given cursor. This only returns a valid type if the cursor refers to a function or method.
Declared at: clang/include/clang-c/Index.h:3868
Parameters
- CXCursor C