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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp1165 SEHFinallyStmt::SEHFinallyStmt(SourceLocation Loc, Stmt *Block) function in class:SEHFinallyStmt
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h3290 class SEHFinallyStmt : public Stmt { class in namespace:clang
3298 explicit SEHFinallyStmt(EmptyShell E) : Stmt(SEHFinallyStmtClass, E) {} function in class:clang::SEHFinallyStmt

Completed in 171 milliseconds