Home
last modified time | relevance | path

Searched refs:ModuleMapLoader (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp1538 class ModuleMapLoader { class
1595 ModuleMapLoader(SourceManager &SourceMgr, DiagnosticsEngine &Diags, in ModuleMapLoader() function in clang::ModuleMapLoader
1612 void ModuleMapLoader::diagnosePrivateModules(SourceLocation StartLoc) { in diagnosePrivateModules()
1666 void ModuleMapLoader::handleModuleDecl(const modulemap::ModuleDecl &MD) { in handleModuleDecl()
1849 void ModuleMapLoader::handleExternModuleDecl( in handleExternModuleDecl()
1896 void ModuleMapLoader::handleRequiresDecl(const modulemap::RequiresDecl &RD) { in handleRequiresDecl()
1914 void ModuleMapLoader::handleHeaderDecl(const modulemap::HeaderDecl &HD) { in handleHeaderDecl()
1973 void ModuleMapLoader::handleUmbrellaDirDecl( in handleUmbrellaDirDecl()
2039 void ModuleMapLoader::handleExportDecl(const modulemap::ExportDecl &ED) { in handleExportDecl()
2044 void ModuleMapLoader::handleExportAsDecl(const modulemap::ExportAsDecl &EAD) { in handleExportAsDecl()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleMap.h199 friend class ModuleMapLoader;