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

/external/clang/include/clang/AST/
H A DStmt.h1953 SourceLocation LeaveLoc; member in class:clang::SEHLeaveStmt
1956 : Stmt(SEHLeaveStmtClass), LeaveLoc(LL) {}
1961 SourceLocation getLeaveLoc() const { return LeaveLoc; }
1962 void setLeaveLoc(SourceLocation L) { LeaveLoc = L; }
1964 SourceLocation getLocStart() const LLVM_READONLY { return LeaveLoc; }
1965 SourceLocation getLocEnd() const LLVM_READONLY { return LeaveLoc; }
/external/clang/lib/Parse/
H A DParseStmt.cpp536 SourceLocation LeaveLoc = ConsumeToken(); // eat the '__leave'. local
537 return Actions.ActOnSEHLeaveStmt(LeaveLoc, getCurScope());

Completed in 123 milliseconds