ΒΆint clang_Cursor_getNumArguments(CXCursor C)
int clang_Cursor_getNumArguments(CXCursor C)
Description
Retrieve the number of non-variadic arguments associated with a given cursor. The number of arguments can be determined for calls as well as for declarations of functions or methods. For other cursors -1 is returned.
Declared at: clang/include/clang-c/Index.h:3562
Parameters
- CXCursor C