Searched refs:AllVisible (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaModule.cpp | 299 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 D | SemaCodeComplete.cpp | 4273 PP.getModuleLoader().loadModule(ImportLoc, Path, Module::AllVisible, in CodeCompleteModuleImport()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | Module.h | 335 AllVisible enumerator
|
| /llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangModulesDeclVendor.cpp | 581 make_visible ? clang::Module::AllVisible : clang::Module::Hidden; in DoGetModule()
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 639 if (Owner->NameVisibility == Module::AllVisible) in VisitDecl()
|
| H A D | ASTReader.cpp | 5039 makeModuleVisible(Imported, Module::AllVisible, in InitializeContext()
|