Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleLoader.h177 void makeModuleVisible(Module *Mod, Module::NameVisibilityKind Visibility, in makeModuleVisible() function
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp1333 void Preprocessor::makeModuleVisible(Module *M, SourceLocation Loc) { in makeModuleVisible() function in Preprocessor
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp2256 void CompilerInstance::makeModuleVisible(Module *Mod, in makeModuleVisible() function in CompilerInstance
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9610 void makeModuleVisible(Module *Mod, SourceLocation ImportLoc) { in makeModuleVisible() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp4281 void ASTReader::makeModuleVisible(Module *Mod, in makeModuleVisible() function in ASTReader