Searched refs:UnhandledNames (Results 1 – 1 of 1) sorted by relevance
809 llvm::SmallVector<DeclarationName,8> UnhandledNames; in ActOnFinishSwitchStmt() local831 UnhandledNames.push_back(EI->second->getDeclName()); in ActOnFinishSwitchStmt()836 switch (UnhandledNames.size()) { in ActOnFinishSwitchStmt()840 << UnhandledNames[0]; in ActOnFinishSwitchStmt()844 << UnhandledNames[0] << UnhandledNames[1]; in ActOnFinishSwitchStmt()848 << UnhandledNames[0] << UnhandledNames[1] << UnhandledNames[2]; in ActOnFinishSwitchStmt()852 << (unsigned)UnhandledNames.size() in ActOnFinishSwitchStmt()853 << UnhandledNames[0] << UnhandledNames[1] << UnhandledNames[2]; in ActOnFinishSwitchStmt()