Home | History | Annotate | Download | only in Parse

Lines Matching full:catchbody

1901         StmtResult CatchBody(true);
1903 CatchBody = ParseCompoundStatementBody();
1906 if (CatchBody.isInvalid())
1907 CatchBody = Actions.ActOnNullStmt(Tok.getLocation());
1912 CatchBody.take());