Home | History | Annotate | Download | only in Parse

Lines Matching defs:ThrowLoc

1181   SourceLocation ThrowLoc = ConsumeToken();           // Eat the throw token.
1193 return Actions.ActOnCXXThrow(getCurScope(), ThrowLoc, 0);
1198 return Actions.ActOnCXXThrow(getCurScope(), ThrowLoc, Expr.take());