ΒΆunsigned int clang_Cursor_getObjCDeclQualifiers(
    CXCursor C)

Description

Given a cursor that represents an Objective-C method or parameter declaration, return the associated Objective-C qualifiers for the return type or the parameter respectively. The bits are formed from CXObjCDeclQualifierKind.

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

Parameters

CXCursor C