Searched refs:UnhandledNames (Results 1 – 1 of 1) sorted by relevance
1515 SmallVector<DeclarationName,8> UnhandledNames; in ActOnFinishSwitchStmt() local1553 UnhandledNames.push_back(EI->second->getDeclName()); in ActOnFinishSwitchStmt()1557 if (TheDefaultStmt && UnhandledNames.empty() && ED->isClosedNonFlag()) in ActOnFinishSwitchStmt()1561 if (!UnhandledNames.empty()) { in ActOnFinishSwitchStmt()1565 << (int)UnhandledNames.size(); in ActOnFinishSwitchStmt()1567 for (size_t I = 0, E = std::min(UnhandledNames.size(), (size_t)3); in ActOnFinishSwitchStmt()1569 DB << UnhandledNames[I]; in ActOnFinishSwitchStmt()