ΒΆunsigned int clang_isFunctionTypeVariadic(
    CXType T)

Description

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

Declared at: clang/include/clang-c/Index.h:3861

Parameters

CXType T