ΒΆCXString clang_Cursor_getObjCPropertySetterName(
    CXCursor C)

Description

Given a cursor that represents a property declaration, return the name of the method that implements the setter, if any.

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

Parameters

CXCursor C