ΒΆenum CXAvailabilityKind
clang_getCursorAvailability(CXCursor cursor)

Description

Determine the availability of the entity that this cursor refers to, taking the current target platform into account.

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

Parameters

CXCursor cursor
The cursor to query.

Returns

The availability of the cursor.