Home | History | Annotate | Download | only in Parse

Lines Matching refs:BreakLoc

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