clang_Type_getNumObjCProtocolRefs

Retrieve the number of protocol references associated with an ObjC object/id.

If the type is not an ObjC object, 0 is returned.

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

Meta