Searched refs:LeaveLoc (Results 1 – 2 of 2) sorted by relevance
3817 SourceLocation LeaveLoc;3821 : Stmt(SEHLeaveStmtClass), LeaveLoc(LL) {}3826 SourceLocation getLeaveLoc() const { return LeaveLoc; }3827 void setLeaveLoc(SourceLocation L) { LeaveLoc = L; }3829 SourceLocation getBeginLoc() const LLVM_READONLY { return LeaveLoc; }3830 SourceLocation getEndLoc() const LLVM_READONLY { return LeaveLoc; }
665 SourceLocation LeaveLoc = ConsumeToken(); // eat the '__leave'. in ParseSEHLeaveStatement() local666 return Actions.ActOnSEHLeaveStmt(LeaveLoc, getCurScope()); in ParseSEHLeaveStatement()