Searched refs:handleExportDecl (Results 1 – 1 of 1) sorted by relevance
1578 void handleExportDecl(const modulemap::ExportDecl &ED);1811 [&](const modulemap::ExportDecl &ED) { handleExportDecl(ED); }, in handleModuleDecl()2039 void ModuleMapLoader::handleExportDecl(const modulemap::ExportDecl &ED) { in handleExportDecl() function in ModuleMapLoader