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

/external/clang/lib/AST/
H A DStmt.cpp831 SEHExceptStmt* SEHTryStmt::getExceptHandler() const {
832 return dyn_cast<SEHExceptStmt>(getHandler());
839 SEHExceptStmt::SEHExceptStmt(SourceLocation Loc, function in class:SEHExceptStmt
849 SEHExceptStmt* SEHExceptStmt::Create(ASTContext &C,
853 return new(C) SEHExceptStmt(Loc,FilterExpr,Block);
/external/clang/include/clang/AST/
H A DStmt.h1609 class SEHExceptStmt : public Stmt { class in namespace:clang
1615 SEHExceptStmt(SourceLocation Loc,
1621 explicit SEHExceptStmt(EmptyShell E) : Stmt(SEHExceptStmtClass, E) { } function in class:clang::SEHExceptStmt
1624 static SEHExceptStmt* Create(ASTContext &C,
1651 static bool classof(SEHExceptStmt *) { return true; }
1731 SEHExceptStmt *getExceptHandler() const;

Completed in 33 milliseconds