Searched refs:handleUseDecl (Results 1 – 1 of 1) sorted by relevance
1580 void handleUseDecl(const modulemap::UseDecl &UD);1818 [&](const modulemap::UseDecl &UD) { handleUseDecl(UD); }, in handleModuleDecl()2062 void ModuleMapLoader::handleUseDecl(const modulemap::UseDecl &UD) { in handleUseDecl() function in ModuleMapLoader