Closed ghorn closed 11 years ago
Bindings to these functions:
int clang_Cursor_getNumArguments(CXCursor C); CXCursor clang_Cursor_getArgument(CXCursor C, unsigned i);
would be handy. They should probably be wrapped inside one function getArguemnts. I can try and add this myself if you like.
getArguemnts
This is a subset of #21. I'll eventually get everything, but any help is definitely appreciated!
Bindings to these functions:
would be handy. They should probably be wrapped inside one function
getArguemnts
. I can try and add this myself if you like.