Member predicate Variable::getASpecifier
Gets a specifier of this variable. This includes extern
, static
,
auto
, private
, protected
, public
. Specifiers of the type of
this variable, such as const
and volatile
, are instead accessed
through this.getType().getASpecifier()
.