clang_getCXXAccessSpecifier

Returns the access control level for the referenced object.

If the cursor refers to a C++ declaration, its access control level within its parent scope is returned. Otherwise, if the cursor refers to a base specifier or access specifier, the specifier itself is returned.

extern (C) @nogc @trusted nothrow pure pure
clang_getCXXAccessSpecifier

Meta