Searched refs:LeaveLoc (Results 1 – 2 of 2) sorted by relevance
3506 SourceLocation LeaveLoc; variable3510 : Stmt(SEHLeaveStmtClass), LeaveLoc(LL) {} in SEHLeaveStmt()3515 SourceLocation getLeaveLoc() const { return LeaveLoc; } in getLeaveLoc()3516 void setLeaveLoc(SourceLocation L) { LeaveLoc = L; } in setLeaveLoc()3518 SourceLocation getBeginLoc() const LLVM_READONLY { return LeaveLoc; } in getBeginLoc()3519 SourceLocation getEndLoc() const LLVM_READONLY { return LeaveLoc; } in getEndLoc()
677 SourceLocation LeaveLoc = ConsumeToken(); // eat the '__leave'. in ParseSEHLeaveStatement() local678 return Actions.ActOnSEHLeaveStmt(LeaveLoc, getCurScope()); in ParseSEHLeaveStatement()