clang_getArgType

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.

extern (C) @nogc @trusted nothrow pure
clang_getArgType
(
const CXType T
,
uint i
)

Meta