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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp1150 SEHExceptStmt::SEHExceptStmt(SourceLocation Loc, Expr *FilterExpr, Stmt *Block) function in class:SEHExceptStmt
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h3220 class SEHExceptStmt : public Stmt { class in namespace:clang
3230 explicit SEHExceptStmt(EmptyShell E) : Stmt(SEHExceptStmtClass, E) {} function in class:clang::SEHExceptStmt

Completed in 123 milliseconds