ΒΆCXCursor clang_Cursor_getArgument(CXCursor C,
                                  unsigned int i)

Description

Retrieve the argument cursor of a function or method. The argument cursor can be determined for calls as well as for declarations of functions or methods. For other cursors and for invalid indices, an invalid cursor is returned.

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

Parameters

CXCursor C
unsigned int i