llvm-project/clang/include/clang-c
Argyrios Kyrtzidis 0c27e4b36b [libclang] Introduce a couple of functions to make it convenient
to get at the parameters (and their types) of a function or objc method cursor.

int clang_Cursor_getNumArguments(CXCursor C);
CXCursor clang_Cursor_getArgument(CXCursor C, unsigned i);

rdar://11201527

llvm-svn: 154523
2012-04-11 19:32:19 +00:00
..
Index.h [libclang] Introduce a couple of functions to make it convenient 2012-04-11 19:32:19 +00:00
Makefile make: fix installation of generated header files 2012-02-01 22:23:31 +00:00