Searched refs:LeaveLoc (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DStmt.h1973 SourceLocation LeaveLoc; member in class:clang::SEHLeaveStmt
1976 : Stmt(SEHLeaveStmtClass), LeaveLoc(LL) {}
1981 SourceLocation getLeaveLoc() const { return LeaveLoc; }
1982 void setLeaveLoc(SourceLocation L) { LeaveLoc = L; }
1984 SourceLocation getLocStart() const LLVM_READONLY { return LeaveLoc; }
1985 SourceLocation getLocEnd() const LLVM_READONLY { return LeaveLoc; }
/external/clang/lib/Parse/
H A DParseStmt.cpp554 SourceLocation LeaveLoc = ConsumeToken(); // eat the '__leave'. local
555 return Actions.ActOnSEHLeaveStmt(LeaveLoc, getCurScope());

Completed in 145 milliseconds