clang_getNumArgTypes

Retrieve the number of non-variadic parameters associated with a function type.

If a non-function type is passed in, -1 is returned.

extern (C) @nogc @trusted nothrow pure
int
clang_getNumArgTypes
(
const CXType T
)

Meta