Searched refs:UnhandledNames (Results 1 – 1 of 1) sorted by relevance
1565 SmallVector<DeclarationName,8> UnhandledNames; in ActOnFinishSwitchStmt() local1603 UnhandledNames.push_back(EI->second->getDeclName()); in ActOnFinishSwitchStmt()1607 if (TheDefaultStmt && UnhandledNames.empty() && ED->isClosedNonFlag()) in ActOnFinishSwitchStmt()1611 if (!UnhandledNames.empty()) { in ActOnFinishSwitchStmt()1615 << CondExpr->getSourceRange() << (int)UnhandledNames.size(); in ActOnFinishSwitchStmt()1617 for (size_t I = 0, E = std::min(UnhandledNames.size(), (size_t)3); in ActOnFinishSwitchStmt()1619 DB << UnhandledNames[I]; in ActOnFinishSwitchStmt()