Home | History | Annotate | Download | only in Parse

Lines Matching refs:ParseCaseStatement

244     return ParseCaseStatement();
354 return ParseCaseStatement(/*MissingCase=*/true, Expr);
504 /// ParseCaseStatement
509 StmtResult Parser::ParseCaseStatement(bool MissingCase, ExprResult Expr) {
523 // but all the grossness is constrained to ParseCaseStatement (and some