Home
last modified time | relevance | path

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

/freebsd/contrib/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.h1754 void makeModuleVisible(Module *M, SourceLocation Loc);
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp760 makeModuleVisible(M, ImportLoc); in EnterSubmodule()
799 makeModuleVisible(LeavingMod, ImportLoc); in LeaveSubmodule()
887 makeModuleVisible(LeavingMod, ImportLoc); in LeaveSubmodule()
H A DPreprocessor.cpp1320 makeModuleVisible(Imported, SemiLoc); in LexAfterModuleImport()
1333 void Preprocessor::makeModuleVisible(Module *M, SourceLocation Loc) { in makeModuleVisible() function in Preprocessor
H A DPragma.cpp1713 PP.makeModuleVisible(Imported, ImportLoc); in HandlePragma()
H A DPPDirectives.cpp2609 makeModuleVisible(ModuleToImport, EndLoc); in HandleHeaderIncludeOrImport()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp750 getModuleLoader().makeModuleVisible(Mod, Module::AllVisible, DirectiveLoc); in BuildModuleInclude()
840 getModuleLoader().makeModuleVisible(Mod, Module::AllVisible, Loc); in createImplicitModuleImportForErrorRecovery()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp2031 TheASTReader->makeModuleVisible(LastModuleImportResult, Visibility, in loadModule()
2190 TheASTReader->makeModuleVisible(Module, Visibility, ImportLoc); in loadModule()
2256 void CompilerInstance::makeModuleVisible(Module *Mod, in makeModuleVisible() function in CompilerInstance
2264 TheASTReader->makeModuleVisible(Mod, Visibility, ImportLoc); in makeModuleVisible()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h877 void makeModuleVisible(Module *Mod, Module::NameVisibilityKind Visibility,
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1670 void makeModuleVisible(Module *Mod,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp4281 void ASTReader::makeModuleVisible(Module *Mod, in makeModuleVisible() function in ASTReader
5220 makeModuleVisible(Imported, Module::AllVisible, in InitializeContext()
5223 PP.makeModuleVisible(Imported, Import.ImportLoc); in InitializeContext()
8397 SemaObj->makeModuleVisible(Imported, Import.ImportLoc); in UpdateSema()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9610 void makeModuleVisible(Module *Mod, SourceLocation ImportLoc) { in makeModuleVisible() function