Searched refs:MissingCase (Results 1 – 2 of 2) sorted by relevance
647 StmtResult Parser::ParseCaseStatement(bool MissingCase, ExprResult Expr) { in ParseCaseStatement() argument648 assert((MissingCase || Tok.is(tok::kw_case)) && "Not a case stmt!"); in ParseCaseStatement()676 SourceLocation CaseLoc = MissingCase ? Expr.get()->getExprLoc() : in ParseCaseStatement()692 if (!MissingCase) { in ParseCaseStatement()702 MissingCase = false; in ParseCaseStatement()
1885 StmtResult ParseCaseStatement(bool MissingCase = false,