Searched refs:MissingCase (Results 1 – 2 of 2) sorted by relevance
683 bool MissingCase, ExprResult Expr) { in ParseCaseStatement() argument684 assert((MissingCase || Tok.is(tok::kw_case)) && "Not a case stmt!"); in ParseCaseStatement()716 SourceLocation CaseLoc = MissingCase ? Expr.get()->getExprLoc() : in ParseCaseStatement()732 if (!MissingCase) { in ParseCaseStatement()742 MissingCase = false; in ParseCaseStatement()
2065 bool MissingCase = false,