Home | History | Annotate | Download | only in Parse

Lines Matching defs:BreakLoc

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