Searched refs:UnhandledNames (Results 1 – 1 of 1) sorted by relevance
1086 SmallVector<DeclarationName,8> UnhandledNames; in ActOnFinishSwitchStmt() local1107 UnhandledNames.push_back(EI->second->getDeclName()); in ActOnFinishSwitchStmt()1111 if (TheDefaultStmt && UnhandledNames.empty()) in ActOnFinishSwitchStmt()1115 switch (UnhandledNames.size()) { in ActOnFinishSwitchStmt()1120 << UnhandledNames[0]; in ActOnFinishSwitchStmt()1125 << UnhandledNames[0] << UnhandledNames[1]; in ActOnFinishSwitchStmt()1130 << UnhandledNames[0] << UnhandledNames[1] << UnhandledNames[2]; in ActOnFinishSwitchStmt()1135 << (unsigned)UnhandledNames.size() in ActOnFinishSwitchStmt()1136 << UnhandledNames[0] << UnhandledNames[1] << UnhandledNames[2]; in ActOnFinishSwitchStmt()