Home
last modified time | relevance | path

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

/freebsd-14.2/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.h1729 void makeModuleVisible(Module *M, SourceLocation Loc);
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp761 makeModuleVisible(M, ImportLoc); in EnterSubmodule()
800 makeModuleVisible(LeavingMod, ImportLoc); in LeaveSubmodule()
888 makeModuleVisible(LeavingMod, ImportLoc); in LeaveSubmodule()
H A DPreprocessor.cpp1311 makeModuleVisible(Imported, SemiLoc); in LexAfterModuleImport()
1324 void Preprocessor::makeModuleVisible(Module *M, SourceLocation Loc) { in makeModuleVisible() function in Preprocessor
H A DPragma.cpp1712 PP.makeModuleVisible(Imported, ImportLoc); in HandlePragma()
H A DPPDirectives.cpp2533 makeModuleVisible(SM, EndLoc); in HandleHeaderIncludeOrImport()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp656 getModuleLoader().makeModuleVisible(Mod, Module::AllVisible, DirectiveLoc); in BuildModuleInclude()
746 getModuleLoader().makeModuleVisible(Mod, Module::AllVisible, Loc); in createImplicitModuleImportForErrorRecovery()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1991 TheASTReader->makeModuleVisible(LastModuleImportResult, Visibility, in loadModule()
2139 TheASTReader->makeModuleVisible(Module, Visibility, ImportLoc); in loadModule()
2212 void CompilerInstance::makeModuleVisible(Module *Mod, in makeModuleVisible() function in CompilerInstance
2220 TheASTReader->makeModuleVisible(Mod, Visibility, ImportLoc); in makeModuleVisible()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h835 void makeModuleVisible(Module *Mod, Module::NameVisibilityKind Visibility,
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1659 void makeModuleVisible(Module *Mod,
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp4272 void ASTReader::makeModuleVisible(Module *Mod, in makeModuleVisible() function in ASTReader
5215 makeModuleVisible(Imported, Module::AllVisible, in InitializeContext()
5218 PP.makeModuleVisible(Imported, Import.ImportLoc); in InitializeContext()
8310 SemaObj->makeModuleVisible(Imported, Import.ImportLoc); in UpdateSema()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2405 void makeModuleVisible(Module *Mod, SourceLocation ImportLoc) { in makeModuleVisible() function