clang_Cursor_hasVarDeclExternalStorage

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

extern (C) @nogc @trusted nothrow pure
int
clang_Cursor_hasVarDeclExternalStorage

Meta