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