clang_Type_getObjCProtocolDecl

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.

extern (C) @nogc @trusted nothrow pure
clang_Type_getObjCProtocolDecl
(
const CXType T
,
uint i
)

Meta