enum NamedDecl::ExplicitVisibilityKind
Description
Kinds of explicit visibility.
Declared at: clang/include/clang/AST/Decl.h:424
Enumerators
Name | Value | Comment |
---|---|---|
VisibilityForType | 0 | Do an LV computation for, ultimately, a type. Visibility may be restricted by type visibility settings and the visibility of template arguments. |
VisibilityForValue | 1 | Do an LV computation for, ultimately, a non-type declaration. Visibility may be restricted by value visibility settings and the visibility of template arguments. |