ΒΆCXType clang_getArgType(CXType T, unsigned int i)
CXType clang_getArgType(CXType T, unsigned int i)
Description
Retrieve the type of a parameter of a function type. If a non-function type is passed in or the function does not have enough parameters, an invalid type is returned.
Declared at: clang/include/clang-c/Index.h:3819
Parameters
- CXType T
- unsigned int i