Home
last modified time | relevance | path

Searched refs:AllVisible (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaModule.cpp353 Module::AllVisible, in ActOnModuleDecl()
526 ImportLoc, Path, Module::AllVisible, /*IsInclusionDirective=*/false); in ActOnModuleImport()
657 getModuleLoader().makeModuleVisible(Mod, Module::AllVisible, DirectiveLoc); in BuildModuleInclude()
747 getModuleLoader().makeModuleVisible(Mod, Module::AllVisible, Loc); in createImplicitModuleImportForErrorRecovery()
H A DSemaCodeComplete.cpp4308 PP.getModuleLoader().loadModule(ImportLoc, Path, Module::AllVisible, in CodeCompleteModuleImport()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DModule.h339 AllVisible enumerator
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp640 make_visible ? clang::Module::AllVisible : clang::Module::Hidden; in DoGetModule()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp644 if (Owner->NameVisibility == Module::AllVisible) in VisitDecl()
H A DASTReader.cpp5045 makeModuleVisible(Imported, Module::AllVisible, in InitializeContext()