clang_getCXXAccessSpecifier

\brief 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) @safe @nogc pure nothrow
clang_getCXXAccessSpecifier

Meta