ΒΆCXCursor clang_Type_getObjCProtocolDecl(
    CXType T,
    unsigned int i)

Description

Retrieve the decl for a protocol reference for an ObjC object/id. If the type is not an ObjC object or there are not enough protocol references, an invalid cursor is returned.

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

Parameters

CXType T
unsigned int i