Searched refs:UnhandledNames (Results 1 – 1 of 1) sorted by relevance
1516 SmallVector<DeclarationName,8> UnhandledNames; in ActOnFinishSwitchStmt() local1554 UnhandledNames.push_back(EI->second->getDeclName()); in ActOnFinishSwitchStmt()1558 if (TheDefaultStmt && UnhandledNames.empty() && ED->isClosedNonFlag()) in ActOnFinishSwitchStmt()1562 if (!UnhandledNames.empty()) { in ActOnFinishSwitchStmt()1566 << (int)UnhandledNames.size(); in ActOnFinishSwitchStmt()1568 for (size_t I = 0, E = std::min(UnhandledNames.size(), (size_t)3); in ActOnFinishSwitchStmt()1570 DB << UnhandledNames[I]; in ActOnFinishSwitchStmt()