Home | History | Annotate | Download | only in Parse

Lines Matching refs:ParseCompoundStatementBody

727   return ParseCompoundStatementBody(isStmtExpr);
730 /// ParseCompoundStatementBody - Parse a sequence of statements and invoke the
734 StmtResult Parser::ParseCompoundStatementBody(bool isStmtExpr) {
1962 StmtResult FnBody(ParseCompoundStatementBody());