|
clang 22.0.0git
|
Defines the clang::Visibility enumeration and various utility functions. More...
#include "clang/Basic/Linkage.h"#include "llvm/ADT/STLForwardCompat.h"#include <cassert>#include <cstdint>Go to the source code of this file.
Classes | |
| class | clang::LinkageInfo |
Namespaces | |
| namespace | clang |
| The JSON file list parser is used to communicate input to InstallAPI. | |
Enumerations | |
| enum | clang::Visibility { clang::HiddenVisibility , clang::ProtectedVisibility , clang::DefaultVisibility } |
| Describes the different kinds of visibility that a declaration may have. More... | |
Functions | |
| Visibility | clang::minVisibility (Visibility L, Visibility R) |
Defines the clang::Visibility enumeration and various utility functions.
Definition in file Visibility.h.