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

/external/clang/lib/AST/
H A DStmt.cpp977 SEHExceptStmt* SEHTryStmt::getExceptHandler() const {
978 return dyn_cast<SEHExceptStmt>(getHandler());
985 SEHExceptStmt::SEHExceptStmt(SourceLocation Loc, function in class:SEHExceptStmt
995 SEHExceptStmt* SEHExceptStmt::Create(const ASTContext &C, SourceLocation Loc,
997 return new(C) SEHExceptStmt(Loc,FilterExpr,Block);
/external/clang/include/clang/AST/
H A DStmt.h1813 class SEHExceptStmt : public Stmt { class in namespace:clang
1819 SEHExceptStmt(SourceLocation Loc,
1825 explicit SEHExceptStmt(EmptyShell E) : Stmt(SEHExceptStmtClass, E) { } function in class:clang::SEHExceptStmt
1828 static SEHExceptStmt* Create(const ASTContext &C,
1927 SEHExceptStmt *getExceptHandler() const;

Completed in 415 milliseconds