Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DModule.h271 AllVisible enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp530 make_visible ? clang::Module::AllVisible : clang::Module::Hidden; in DoGetModule()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp17047 Module::AllVisible, in ActOnModuleDecl()
17091 getModuleLoader().loadModule(ImportLoc, Path, Module::AllVisible, in ActOnModuleImport()
17168 getModuleLoader().makeModuleVisible(Mod, Module::AllVisible, DirectiveLoc); in BuildModuleInclude()
17251 getModuleLoader().makeModuleVisible(Mod, Module::AllVisible, Loc); in createImplicitModuleImportForErrorRecovery()
H A DSemaCodeComplete.cpp3676 PP.getModuleLoader().loadModule(ImportLoc, Path, Module::AllVisible, in CodeCompleteModuleImport()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp617 if (Owner->NameVisibility == Module::AllVisible) in VisitDecl()
H A DASTReader.cpp4579 makeModuleVisible(Imported, Module::AllVisible, in InitializeContext()