Home | History | Annotate | Download | only in Parse

Lines Matching refs:ActOnCXXThrow

1254     return Actions.ActOnCXXThrow(getCurScope(), ThrowLoc, 0);
1259 return Actions.ActOnCXXThrow(getCurScope(), ThrowLoc, Expr.take());