Searched defs:NameVisibility (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Basic/
H A DModule.h190 NameVisibilityKind NameVisibility; member in class:clang::Module
/external/clang/lib/Serialization/
H A DASTReader.cpp1788 if (Owner && Owner->NameVisibility == Module::Hidden) {
3343 Module::NameVisibilityKind NameVisibility,
3352 if (NameVisibility <= Mod->NameVisibility) {
3364 if (NameVisibility >= Module::MacrosVisible &&
3365 Mod->NameVisibility < Module::MacrosVisible)
3367 Mod->NameVisibility = NameVisibility;
3391 if (Mod->Conflicts[I].Other->NameVisibility >= NameVisibility) {
3342 makeModuleVisible(Module *Mod, Module::NameVisibilityKind NameVisibility, SourceLocation ImportLoc, bool Complain) argument
[all...]

Completed in 70 milliseconds