Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaModule.cpp208 Module::AllVisible, in ActOnModuleDecl()
325 getModuleLoader().loadModule(ImportLoc, Path, Module::AllVisible, in ActOnModuleImport()
434 getModuleLoader().makeModuleVisible(Mod, Module::AllVisible, DirectiveLoc); in BuildModuleInclude()
517 getModuleLoader().makeModuleVisible(Mod, Module::AllVisible, Loc); in createImplicitModuleImportForErrorRecovery()
DSemaCodeComplete.cpp4097 PP.getModuleLoader().loadModule(ImportLoc, Path, Module::AllVisible, in CodeCompleteModuleImport()
/external/clang/include/clang/Basic/
DModule.h210 AllVisible enumerator
/external/llvm-project/clang/include/clang/Basic/
DModule.h313 AllVisible enumerator
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangModulesDeclVendor.cpp593 make_visible ? clang::Module::AllVisible : clang::Module::Hidden; in DoGetModule()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp560 if (Owner->NameVisibility != Module::AllVisible) { in VisitDecl()
3940 } else if (Owner && Owner->NameVisibility != Module::AllVisible) { in UpdateDecl()
DASTReader.cpp4056 makeModuleVisible(Imported, Module::AllVisible, in InitializeContext()
/external/clang/lib/Sema/
DSemaDecl.cpp15065 getModuleLoader().loadModule(ImportLoc, Path, Module::AllVisible, in ActOnModuleImport()
15134 getModuleLoader().makeModuleVisible(Mod, Module::AllVisible, DirectiveLoc); in ActOnModuleInclude()
15173 getModuleLoader().makeModuleVisible(Mod, Module::AllVisible, Loc); in createImplicitModuleImportForErrorRecovery()
DSemaCodeComplete.cpp3307 Module::AllVisible, in CodeCompleteModuleImport()
/external/llvm-project/clang/lib/Serialization/
DASTReaderDecl.cpp623 if (Owner->NameVisibility == Module::AllVisible) in VisitDecl()
DASTReader.cpp4966 makeModuleVisible(Imported, Module::AllVisible, in InitializeContext()