Home | History | Annotate | Download | only in Parse

Lines Matching refs:ParseCaseStatement

188     return ParseCaseStatement();
333 return ParseCaseStatement(/*MissingCase=*/true, Expr);
483 /// ParseCaseStatement
488 StmtResult Parser::ParseCaseStatement(bool MissingCase, ExprResult Expr) {
502 // but all the grossness is constrained to ParseCaseStatement (and some