Searched refs:MissingCase (Results 1 – 3 of 3) sorted by relevance
750 bool MissingCase, ExprResult Expr) { in ParseCaseStatement() argument751 assert((MissingCase || Tok.is(tok::kw_case)) && "Not a case stmt!"); in ParseCaseStatement()784 SourceLocation CaseLoc = MissingCase ? Expr.get()->getExprLoc() : in ParseCaseStatement()800 if (!MissingCase) { in ParseCaseStatement()810 MissingCase = false; in ParseCaseStatement()
7303 bool MissingCase = false,
5860 auto *MissingCase = in eliminateDeadSwitchCases() local5863 SIW.addCase(MissingCase, SI->getDefaultDest(), SIW.getSuccessorWeight(0)); in eliminateDeadSwitchCases()