Searched defs:makeModuleVisible (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/include/clang/Lex/ | ||
H A D | ModuleLoader.h | 177 void makeModuleVisible(Module *Mod, Module::NameVisibilityKind Visibility, in makeModuleVisible() function |
/llvm-project/clang/lib/Lex/ | ||
H A D | Preprocessor.cpp | 1333 void Preprocessor::makeModuleVisible(Module *M, SourceLocation Loc) { makeModuleVisible() function in Preprocessor |
/llvm-project/clang/lib/Frontend/ | ||
H A D | CompilerInstance.cpp | 2256 void CompilerInstance::makeModuleVisible(Module *Mod, makeModuleVisible() function in CompilerInstance |
/llvm-project/clang/include/clang/Sema/ | ||
H A D | Sema.h | 9608 void makeModuleVisible(Module *Mod, SourceLocation ImportLoc) { makeModuleVisible() function |
/llvm-project/clang/lib/Serialization/ | ||
H A D | ASTReader.cpp | 4281 void ASTReader::makeModuleVisible(Module *Mod, makeModuleVisible() function in ASTReader |