Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaModule.cpp299 Module::AllVisible, in ActOnModuleDecl()
471 ImportLoc, Path, Module::AllVisible, /*IsInclusionDirective=*/false); in ActOnModuleImport()
610 getModuleLoader().makeModuleVisible(Mod, Module::AllVisible, DirectiveLoc); in BuildModuleInclude()
700 getModuleLoader().makeModuleVisible(Mod, Module::AllVisible, Loc); in createImplicitModuleImportForErrorRecovery()
H A DSemaCodeComplete.cpp4273 PP.getModuleLoader().loadModule(ImportLoc, Path, Module::AllVisible, in CodeCompleteModuleImport()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DModule.h335 AllVisible enumerator
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp581 make_visible ? clang::Module::AllVisible : clang::Module::Hidden; in DoGetModule()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderDecl.cpp639 if (Owner->NameVisibility == Module::AllVisible) in VisitDecl()
H A DASTReader.cpp5039 makeModuleVisible(Imported, Module::AllVisible, in InitializeContext()