ΒΆunsigned int clang_Type_getNumObjCProtocolRefs(
    CXType T)

Description

Retrieve the number of protocol references associated with an ObjC object/id. If the type is not an ObjC object, 0 is returned.

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

Parameters

CXType T