Searched defs:SEHExceptStmt (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/AST/
H A DStmt.cpp981 SEHExceptStmt* SEHTryStmt::getExceptHandler() const {
982 return dyn_cast<SEHExceptStmt>(getHandler());
989 SEHExceptStmt::SEHExceptStmt(SourceLocation Loc, function in class:SEHExceptStmt
999 SEHExceptStmt* SEHExceptStmt::Create(ASTContext &C,
1003 return new(C) SEHExceptStmt(Loc,FilterExpr,Block);
/external/clang/include/clang/AST/
H A DStmt.h1774 class SEHExceptStmt : public Stmt { class in namespace:clang
1780 SEHExceptStmt(SourceLocation Loc,
1786 explicit SEHExceptStmt(EmptyShell E) : Stmt(SEHExceptStmtClass, E) { } function in class:clang::SEHExceptStmt
1789 static SEHExceptStmt* Create(ASTContext &C,
1890 SEHExceptStmt *getExceptHandler() const;

Completed in 83 milliseconds