]> granicus.if.org Git - clang/commit
[libclang] Introduce a couple of functions to make it convenient
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Wed, 11 Apr 2012 19:32:19 +0000 (19:32 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Wed, 11 Apr 2012 19:32:19 +0000 (19:32 +0000)
commitd98ef9ae48ab4090d4d5d703ce65cfac62807fda
tree10f93d77fa3dec4dc2bef3c008d440205485da6b
parenteba8cd5967e47592285590360bde73063c9c226f
[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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@154523 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang-c/Index.h
test/Index/print-typekind.c
test/Index/print-typekind.m
tools/c-index-test/c-index-test.c
tools/libclang/CXCursor.cpp
tools/libclang/CXType.cpp
tools/libclang/libclang.exports