/freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | ModuleLoader.h | 138 virtual void makeModuleVisible(Module *Mod, 177 void makeModuleVisible(Module *Mod, Module::NameVisibilityKind Visibility, in makeModuleVisible() function
|
H A D | Preprocessor.h | 1754 void makeModuleVisible(Module *M, SourceLocation Loc);
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | PPLexerChange.cpp | 760 makeModuleVisible(M, ImportLoc); in EnterSubmodule() 799 makeModuleVisible(LeavingMod, ImportLoc); in LeaveSubmodule() 887 makeModuleVisible(LeavingMod, ImportLoc); in LeaveSubmodule()
|
H A D | Preprocessor.cpp | 1320 makeModuleVisible(Imported, SemiLoc); in LexAfterModuleImport() 1333 void Preprocessor::makeModuleVisible(Module *M, SourceLocation Loc) { in makeModuleVisible() function in Preprocessor
|
H A D | Pragma.cpp | 1713 PP.makeModuleVisible(Imported, ImportLoc); in HandlePragma()
|
H A D | PPDirectives.cpp | 2609 makeModuleVisible(ModuleToImport, EndLoc); in HandleHeaderIncludeOrImport()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaModule.cpp | 750 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 D | CompilerInstance.cpp | 2031 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 D | CompilerInstance.h | 877 void makeModuleVisible(Module *Mod, Module::NameVisibilityKind Visibility,
|
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
H A D | ASTReader.h | 1670 void makeModuleVisible(Module *Mod,
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 4281 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 D | Sema.h | 9610 void makeModuleVisible(Module *Mod, SourceLocation ImportLoc) { in makeModuleVisible() function
|