Home
last modified time | relevance | path

Searched refs:makeModuleVisible (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleLoader.h139 virtual void makeModuleVisible(Module *Mod,
178 void makeModuleVisible(Module *Mod, Module::NameVisibilityKind Visibility, in makeModuleVisible() function
H A DPreprocessor.h1790 void makeModuleVisible(Module *M, SourceLocation Loc,
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp754 makeModuleVisible(M, ImportLoc, /*IncludeExports=*/false); in EnterSubmodule()
793 makeModuleVisible(LeavingMod, ImportLoc); in LeaveSubmodule()
881 makeModuleVisible(LeavingMod, ImportLoc); in LeaveSubmodule()
H A DPreprocessor.cpp1351 makeModuleVisible(Imported, SemiLoc); in LexAfterModuleImport()
1364 void Preprocessor::makeModuleVisible(Module *M, SourceLocation Loc, in makeModuleVisible() function in Preprocessor
H A DPragma.cpp1721 PP.makeModuleVisible(Imported, ImportLoc); in HandlePragma()
H A DPPDirectives.cpp2643 makeModuleVisible(ModuleToImport, EndLoc); in HandleHeaderIncludeOrImport()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp764 getModuleLoader().makeModuleVisible(Mod, Module::AllVisible, DirectiveLoc); in BuildModuleInclude()
854 getModuleLoader().makeModuleVisible(Mod, Module::AllVisible, Loc); in createImplicitModuleImportForErrorRecovery()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp2045 TheASTReader->makeModuleVisible(LastModuleImportResult, Visibility, in loadModule()
2206 TheASTReader->makeModuleVisible(Module, Visibility, ImportLoc); in loadModule()
2272 void CompilerInstance::makeModuleVisible(Module *Mod, in makeModuleVisible() function in CompilerInstance
2280 TheASTReader->makeModuleVisible(Mod, Visibility, ImportLoc); in makeModuleVisible()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h904 void makeModuleVisible(Module *Mod, Module::NameVisibilityKind Visibility,
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp388 m_compiler_instance->makeModuleVisible( in AddModule()
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1859 void makeModuleVisible(Module *Mod,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp4582 void ASTReader::makeModuleVisible(Module *Mod, in makeModuleVisible() function in ASTReader
5513 makeModuleVisible(Imported, Module::AllVisible, in InitializeContext()
5516 PP.makeModuleVisible(Imported, Import.ImportLoc); in InitializeContext()
8987 SemaObj->makeModuleVisible(Imported, Import.ImportLoc); in UpdateSema()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9807 void makeModuleVisible(Module *Mod, SourceLocation ImportLoc) { in makeModuleVisible() function