clang_isFunctionTypeVariadic

Return 1 if the CXType is a variadic function type, and 0 otherwise.

extern (C) @nogc @trusted nothrow pure pure
uint
clang_isFunctionTypeVariadic
(
const CXType T
)

Meta