Home
last modified time | relevance | path

Searched refs:NameVisibility (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h451 NameVisibilityKind NameVisibility; variable
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp47 NamedModuleHasInit(true), NameVisibility(Hidden) { in Module()
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1860 Module::NameVisibilityKind NameVisibility,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp4569 assert(Owner->NameVisibility != Module::Hidden && "nothing to make visible?"); in makeNamesVisible()
4583 Module::NameVisibilityKind NameVisibility, in makeModuleVisible() argument
4591 if (NameVisibility <= Mod->NameVisibility) { in makeModuleVisible()
4603 Mod->NameVisibility = NameVisibility; in makeModuleVisible()
H A DASTReaderDecl.cpp652 if (Owner->NameVisibility == Module::AllVisible) in VisitDecl()