Searched refs:MissingCase (Results 1 – 2 of 2) sorted by relevance
688 bool MissingCase, ExprResult Expr) { in ParseCaseStatement() argument689 assert((MissingCase || Tok.is(tok::kw_case)) && "Not a case stmt!"); in ParseCaseStatement()721 SourceLocation CaseLoc = MissingCase ? Expr.get()->getExprLoc() : in ParseCaseStatement()737 if (!MissingCase) { in ParseCaseStatement()747 MissingCase = false; in ParseCaseStatement()
2067 bool MissingCase = false,