Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Lex/
H A DModuleLoader.h138 virtual void makeModuleVisible(Module *Mod,
177 void makeModuleVisible(Module *Mod, Module::NameVisibilityKind Visibility, in makeModuleVisible() function
H A DPreprocessor.h1758 void makeModuleVisible(Module *M, SourceLocation Loc); in getModuleImportLoc()
/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp759 makeModuleVisible(M, ImportLoc); in EnterSubmodule()
798 makeModuleVisible(LeavingMod, ImportLoc); in LeaveSubmodule()
886 makeModuleVisible(LeavingMod, ImportLoc); in LeaveSubmodule()
H A DPreprocessor.cpp1321 makeModuleVisible(Imported, SemiLoc); in LexAfterModuleImport()
1334 void Preprocessor::makeModuleVisible(Module *M, SourceLocation Loc) { in makeModuleVisible()
1333 void Preprocessor::makeModuleVisible(Module *M, SourceLocation Loc) { makeModuleVisible() function in Preprocessor
H A DPragma.cpp1709 PP.makeModuleVisible(Imported, ImportLoc); in HandlePragma()
H A DPPDirectives.cpp2631 makeModuleVisible(ModuleToImport, EndLoc); in HandleHeaderIncludeOrImport()
/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp757 getModuleLoader().makeModuleVisible(Mod, Module::AllVisible, DirectiveLoc); in BuildModuleInclude()
847 getModuleLoader().makeModuleVisible(Mod, Module::AllVisible, Loc); in ActOnStartExportDecl()
/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp2024 TheASTReader->makeModuleVisible(LastModuleImportResult, Visibility, in loadModule()
2183 TheASTReader->makeModuleVisible(Module, Visibility, ImportLoc); in loadModule()
2249 void CompilerInstance::makeModuleVisible(Module *Mod, in createModuleFromSource()
2257 TheASTReader->makeModuleVisible(Mod, Visibility, ImportLoc); in makeModuleVisible()
2256 void CompilerInstance::makeModuleVisible(Module *Mod, makeModuleVisible() function in CompilerInstance
/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h882 void makeModuleVisible(Module *Mod, Module::NameVisibilityKind Visibility, in hadModuleLoaderFatalFailure()
/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1831 void makeModuleVisible(Module *Mod,
/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp4535 void ASTReader::makeModuleVisible(Module *Mod, in ReadAST()
5462 makeModuleVisible(Imported, Module::AllVisible, in readASTFileControlBlock()
5465 PP.makeModuleVisible(Imported, Import.ImportLoc); in readASTFileControlBlock()
8912 SemaObj->makeModuleVisible(Imported, Import.ImportLoc); in SetGloballyVisibleDecls()
4281 void ASTReader::makeModuleVisible(Module *Mod, makeModuleVisible() function in ASTReader
/llvm-project/clang/include/clang/Sema/
H A DSema.h9615 void makeModuleVisible(Module *Mod, SourceLocation ImportLoc) {
9608 void makeModuleVisible(Module *Mod, SourceLocation ImportLoc) { makeModuleVisible() function