Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DModuleLoader.h129 virtual void makeModuleVisible(Module *Mod,
168 void makeModuleVisible(Module *Mod, Module::NameVisibilityKind Visibility, in makeModuleVisible() function
H A DPreprocessor.h1280 void makeModuleVisible(Module *M, SourceLocation Loc);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPPLexerChange.cpp697 makeModuleVisible(M, ImportLoc); in EnterSubmodule()
732 makeModuleVisible(LeavingMod, ImportLoc); in LeaveSubmodule()
817 makeModuleVisible(LeavingMod, ImportLoc); in LeaveSubmodule()
H A DPreprocessor.cpp957 makeModuleVisible(Imported, ModuleImportLoc); in LexAfterModuleImport()
964 void Preprocessor::makeModuleVisible(Module *M, SourceLocation Loc) { in makeModuleVisible() function in Preprocessor
H A DPragma.cpp1495 PP.makeModuleVisible(Imported, ImportLoc); in HandlePragma()
H A DPPDirectives.cpp2027 makeModuleVisible(M, HashLoc); in HandleIncludeDirective()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInstance.cpp1621 ModuleManager->makeModuleVisible(LastModuleImportResult, Visibility, in loadModule()
1956 ModuleManager->makeModuleVisible(Module, Visibility, ImportLoc); in loadModule()
2030 void CompilerInstance::makeModuleVisible(Module *Mod, in makeModuleVisible() function in CompilerInstance
2038 ModuleManager->makeModuleVisible(Mod, Visibility, ImportLoc); in makeModuleVisible()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DCompilerInstance.h800 void makeModuleVisible(Module *Mod, Module::NameVisibilityKind Visibility,
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h1558 void makeModuleVisible(Module *Mod,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp3732 void ASTReader::makeModuleVisible(Module *Mod, in makeModuleVisible() function in ASTReader
4579 makeModuleVisible(Imported, Module::AllVisible, in InitializeContext()
4582 PP.makeModuleVisible(Imported, Import.ImportLoc); in InitializeContext()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp17168 getModuleLoader().makeModuleVisible(Mod, Module::AllVisible, DirectiveLoc); in BuildModuleInclude()
17251 getModuleLoader().makeModuleVisible(Mod, Module::AllVisible, Loc); in createImplicitModuleImportForErrorRecovery()