clang_Cursor_hasVarDeclGlobalStorage

If cursor refers to a variable declaration that has global storage returns 1. If cursor refers to a variable declaration that doesn't have global storage returns 0. Otherwise returns -1.

extern (C)
int
clang_Cursor_hasVarDeclGlobalStorage

Meta