Home | History | Annotate | Download | only in Parse

Lines Matching defs:ThrowLoc

1480   SourceLocation ThrowLoc = ConsumeToken();           // Eat the throw token.
1492 return Actions.ActOnCXXThrow(getCurScope(), ThrowLoc, nullptr);
1497 return Actions.ActOnCXXThrow(getCurScope(), ThrowLoc, Expr.get());