Home
last modified time | relevance | path

Searched refs:UnhandledNames (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1588 SmallVector<DeclarationName,8> UnhandledNames; in ActOnFinishSwitchStmt() local
1626 UnhandledNames.push_back(EI->second->getDeclName()); in ActOnFinishSwitchStmt()
1630 if (TheDefaultStmt && UnhandledNames.empty() && ED->isClosedNonFlag()) in ActOnFinishSwitchStmt()
1634 if (!UnhandledNames.empty()) { in ActOnFinishSwitchStmt()
1638 << CondExpr->getSourceRange() << (int)UnhandledNames.size(); in ActOnFinishSwitchStmt()
1640 for (size_t I = 0, E = std::min(UnhandledNames.size(), (size_t)3); in ActOnFinishSwitchStmt()
1642 DB << UnhandledNames[I]; in ActOnFinishSwitchStmt()