ΒΆint clang_getNumArgTypes(CXType T)

Description

Retrieve the number of non-variadic parameters associated with a function type. If a non-function type is passed in, -1 is returned.

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

Parameters

CXType T