Searched refs:UnhandledNames (Results 1 – 1 of 1) sorted by relevance
1658 SmallVector<DeclarationName,8> UnhandledNames; in ActOnFinishSwitchStmt() local1700 UnhandledNames.push_back(EI->second->getDeclName()); in ActOnFinishSwitchStmt()1704 if (TheDefaultStmt && UnhandledNames.empty() && ED->isClosedNonFlag()) in ActOnFinishSwitchStmt()1708 if (!UnhandledNames.empty()) { in ActOnFinishSwitchStmt()1712 << CondExpr->getSourceRange() << (int)UnhandledNames.size(); in ActOnFinishSwitchStmt()1714 for (size_t I = 0, E = std::min(UnhandledNames.size(), (size_t)3); in ActOnFinishSwitchStmt()1716 DB << UnhandledNames[I]; in ActOnFinishSwitchStmt()