Home | History | Annotate | Download | only in Parse

Lines Matching refs:ParseCompoundStatementBody

726   return ParseCompoundStatementBody(isStmtExpr);
771 /// ParseCompoundStatementBody - Parse a sequence of statements and invoke the
775 StmtResult Parser::ParseCompoundStatementBody(bool isStmtExpr) {
2392 StmtResult FnBody(ParseCompoundStatementBody());