enum Module::NameVisibilityKind

Description

Describes the visibility of the various names within a particular module.

Declared at: clang/include/clang/Basic/Module.h:331

Enumerators

NameValueComment
Hidden0All of the names in this module are hidden.
AllVisible1All of the names in this module are visible.