Home
last modified time | relevance | path

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

/freebsd-src/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-src/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()
1324 void Preprocessor::makeModuleVisible(Module *M, SourceLocation Loc) { makeModuleVisible() function in Preprocessor
H A DPragma.cpp1713 PP.makeModuleVisible(Imported, ImportLoc); in HandlePragma()
H A DPPDirectives.cpp2609 makeModuleVisible(ModuleToImport, EndLoc); in HandleHeaderIncludeOrImport()
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp750 getModuleLoader().makeModuleVisible(Mod, Module::AllVisible, DirectiveLoc);
840 getModuleLoader().makeModuleVisible(Mod, Module::AllVisible, Loc); in checkExportedDecl()
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp2031 TheASTReader->makeModuleVisible(LastModuleImportResult, Visibility, in loadModule()
2190 TheASTReader->makeModuleVisible(Module, Visibility, ImportLoc); in createModuleFromSource()
2256 void CompilerInstance::makeModuleVisible(Module *Mod, in loadGlobalModuleIndex()
2264 TheASTReader->makeModuleVisible(Mod, Visibility, ImportLoc); in loadGlobalModuleIndex()
2212 void CompilerInstance::makeModuleVisible(Module *Mod, makeModuleVisible() function in CompilerInstance
/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h877 void makeModuleVisible(Module *Mod, Module::NameVisibilityKind Visibility,
/freebsd-src/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1670 void makeModuleVisible(Module *Mod,
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp4281 void ASTReader::makeModuleVisible(Module *Mod, in makeModuleVisible()
5220 makeModuleVisible(Imported, Module::AllVisible, in InitializeContext()
5223 PP.makeModuleVisible(Imported, Import.ImportLoc); in InitializeContext()
8397 SemaObj->makeModuleVisible(Imported, Import.ImportLoc); in Next()
4272 void ASTReader::makeModuleVisible(Module *Mod, makeModuleVisible() function in ASTReader
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9610 void makeModuleVisible(Module *Mod, SourceLocation ImportLoc) { in template_arguments()
2405 void makeModuleVisible(Module *Mod, SourceLocation ImportLoc) { makeModuleVisible() function