Home | History | Annotate | Download | only in Parse

Lines Matching refs:ActOnCXXThrow

1193     return Actions.ActOnCXXThrow(getCurScope(), ThrowLoc, 0);
1198 return Actions.ActOnCXXThrow(getCurScope(), ThrowLoc, Expr.take());