Searched refs:LeaveLoc (Results 1 – 2 of 2) sorted by relevance
3433 SourceLocation LeaveLoc; variable3437 : Stmt(SEHLeaveStmtClass), LeaveLoc(LL) {} in SEHLeaveStmt()3442 SourceLocation getLeaveLoc() const { return LeaveLoc; } in getLeaveLoc()3443 void setLeaveLoc(SourceLocation L) { LeaveLoc = L; } in setLeaveLoc()3445 SourceLocation getBeginLoc() const LLVM_READONLY { return LeaveLoc; } in getBeginLoc()3446 SourceLocation getEndLoc() const LLVM_READONLY { return LeaveLoc; } in getEndLoc()
609 SourceLocation LeaveLoc = ConsumeToken(); // eat the '__leave'. in ParseSEHLeaveStatement() local610 return Actions.ActOnSEHLeaveStmt(LeaveLoc, getCurScope()); in ParseSEHLeaveStatement()