Home | History | Annotate | Download | only in Parse

Lines Matching refs:LeaveLoc

542   SourceLocation LeaveLoc = ConsumeToken();  // eat the '__leave'.
543 return Actions.ActOnSEHLeaveStmt(LeaveLoc, getCurScope());