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)
clang_Cursor_getStorageClass

Meta