clang_Cursor_getStorageClass

Returns the storage class for a function or variable declaration.

If the passed in Cursor is not a function or variable declaration, CX_SC_Invalid is returned else the storage class.

extern (C) @nogc @trusted nothrow pure pure
clang_Cursor_getStorageClass
(
const CXCursor
)

Meta