clang_Cursor_isObjCOptional

Given a cursor that represents an Objective-C method or property declaration, return non-zero if the declaration was affected by "\@optional". Returns zero if the cursor is not such a declaration or it is "\@required".

extern (C) @nogc @trusted nothrow pure
uint
clang_Cursor_isObjCOptional
(
const CXCursor C
)

Meta