Home
last modified time | relevance | path

Searched defs:makeModuleVisible (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DModuleLoader.h172 void makeModuleVisible(Module *Mod, Module::NameVisibilityKind Visibility, in makeModuleVisible() function
/llvm-project-15.0.7/clang/lib/Lex/
H A DPreprocessor.cpp1339 void Preprocessor::makeModuleVisible(Module *M, SourceLocation Loc) { in makeModuleVisible() function in Preprocessor
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInstance.cpp2180 void CompilerInstance::makeModuleVisible(Module *Mod, in makeModuleVisible() function in CompilerInstance
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h2312 void makeModuleVisible(Module *Mod, SourceLocation ImportLoc) { in makeModuleVisible() function
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp4100 void ASTReader::makeModuleVisible(Module *Mod, in makeModuleVisible() function in ASTReader