Home | History | Annotate | Download | only in Parse

Lines Matching defs:BreakLoc

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