enum NamedDecl::ExplicitVisibilityKind

Description

Kinds of explicit visibility.

Declared at: clang/include/clang/AST/Decl.h:424

Enumerators

NameValueComment
VisibilityForType0Do an LV computation for, ultimately, a type. Visibility may be restricted by type visibility settings and the visibility of template arguments.
VisibilityForValue1Do an LV computation for, ultimately, a non-type declaration. Visibility may be restricted by value visibility settings and the visibility of template arguments.