Searched refs:LeaveLoc (Results 1 – 2 of 2) sorted by relevance
3724 SourceLocation LeaveLoc; variable3728 : Stmt(SEHLeaveStmtClass), LeaveLoc(LL) {} in SEHLeaveStmt()3733 SourceLocation getLeaveLoc() const { return LeaveLoc; } in getLeaveLoc()3734 void setLeaveLoc(SourceLocation L) { LeaveLoc = L; } in setLeaveLoc()3736 SourceLocation getBeginLoc() const LLVM_READONLY { return LeaveLoc; } in getBeginLoc()3737 SourceLocation getEndLoc() const LLVM_READONLY { return LeaveLoc; } in getEndLoc()
717 SourceLocation LeaveLoc = ConsumeToken(); // eat the '__leave'. in ParseSEHLeaveStatement() local718 return Actions.ActOnSEHLeaveStmt(LeaveLoc, getCurScope()); in ParseSEHLeaveStatement()