Searched refs:AllVisible (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaModule.cpp | 344 Module::AllVisible, in ActOnModuleDecl() 528 ImportLoc, Path, Module::AllVisible, /*IsInclusionDirective=*/false); in ActOnModuleImport() 656 getModuleLoader().makeModuleVisible(Mod, Module::AllVisible, DirectiveLoc); in BuildModuleInclude() 746 getModuleLoader().makeModuleVisible(Mod, Module::AllVisible, Loc); in createImplicitModuleImportForErrorRecovery()
|
| H A D | SemaCodeComplete.cpp | 4390 PP.getModuleLoader().loadModule(ImportLoc, Path, Module::AllVisible, in CodeCompleteModuleImport()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Module.h | 390 AllVisible enumerator
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangModulesDeclVendor.cpp | 640 make_visible ? clang::Module::AllVisible : clang::Module::Hidden; in DoGetModule()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 673 if (Owner->NameVisibility == Module::AllVisible) in VisitDecl()
|
| H A D | ASTReader.cpp | 5215 makeModuleVisible(Imported, Module::AllVisible, in InitializeContext()
|