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.h395 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.h1671 Module::NameVisibilityKind NameVisibility,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp4268 assert(Owner->NameVisibility != Module::Hidden && "nothing to make visible?"); in makeNamesVisible()
4282 Module::NameVisibilityKind NameVisibility, in makeModuleVisible() argument
4290 if (NameVisibility <= Mod->NameVisibility) { in makeModuleVisible()
4302 Mod->NameVisibility = NameVisibility; in makeModuleVisible()
H A DASTReaderDecl.cpp667 if (Owner->NameVisibility == Module::AllVisible) in VisitDecl()