Searched refs:AllVisible (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/clang/lib/Sema/ |
D | SemaModule.cpp | 208 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()
|
D | SemaCodeComplete.cpp | 4097 PP.getModuleLoader().loadModule(ImportLoc, Path, Module::AllVisible, in CodeCompleteModuleImport()
|
/external/clang/include/clang/Basic/ |
D | Module.h | 210 AllVisible enumerator
|
/external/llvm-project/clang/include/clang/Basic/ |
D | Module.h | 313 AllVisible enumerator
|
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | ClangModulesDeclVendor.cpp | 593 make_visible ? clang::Module::AllVisible : clang::Module::Hidden; in DoGetModule()
|
/external/clang/lib/Serialization/ |
D | ASTReaderDecl.cpp | 560 if (Owner->NameVisibility != Module::AllVisible) { in VisitDecl() 3940 } else if (Owner && Owner->NameVisibility != Module::AllVisible) { in UpdateDecl()
|
D | ASTReader.cpp | 4056 makeModuleVisible(Imported, Module::AllVisible, in InitializeContext()
|
/external/clang/lib/Sema/ |
D | SemaDecl.cpp | 15065 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()
|
D | SemaCodeComplete.cpp | 3307 Module::AllVisible, in CodeCompleteModuleImport()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTReaderDecl.cpp | 623 if (Owner->NameVisibility == Module::AllVisible) in VisitDecl()
|
D | ASTReader.cpp | 4966 makeModuleVisible(Imported, Module::AllVisible, in InitializeContext()
|