Home | History | Annotate | Download | only in Parse

Lines Matching refs:BreakLoc

1642   SourceLocation BreakLoc = ConsumeToken();  // eat the 'break'.
1643 return Actions.ActOnBreakStmt(BreakLoc, getCurScope());