ΒΆunsigned int clang_Type_getNumObjCTypeArgs(
    CXType T)

Description

Retrieve the number of type arguments associated with an ObjC object. If the type is not an ObjC object, 0 is returned.

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

Parameters

CXType T