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