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