Searched refs:LeaveLoc (Results 1 – 2 of 2) sorted by relevance
1942 SourceLocation LeaveLoc; variable1945 : Stmt(SEHLeaveStmtClass), LeaveLoc(LL) {} in SEHLeaveStmt()1950 SourceLocation getLeaveLoc() const { return LeaveLoc; } in getLeaveLoc()1951 void setLeaveLoc(SourceLocation L) { LeaveLoc = L; } in setLeaveLoc()1953 SourceLocation getLocStart() const LLVM_READONLY { return LeaveLoc; } in getLocStart()1954 SourceLocation getLocEnd() const LLVM_READONLY { return LeaveLoc; } in getLocEnd()
521 SourceLocation LeaveLoc = ConsumeToken(); // eat the '__leave'. in ParseSEHLeaveStatement() local522 return Actions.ActOnSEHLeaveStmt(LeaveLoc, getCurScope()); in ParseSEHLeaveStatement()