Home | History | Annotate | Download | only in Parse

Lines Matching refs:ParseCaseStatement

221     return ParseCaseStatement();
409 return ParseCaseStatement(/*MissingCase=*/true, Expr);
614 /// ParseCaseStatement
619 StmtResult Parser::ParseCaseStatement(bool MissingCase, ExprResult Expr) {
633 // but all the grossness is constrained to ParseCaseStatement (and some