Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp1271 SEHFinallyStmt::SEHFinallyStmt(SourceLocation Loc, Stmt *Block) in SEHFinallyStmt() function in SEHFinallyStmt
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h3636 explicit SEHFinallyStmt(EmptyShell E) : Stmt(SEHFinallyStmtClass, E) {} in SEHFinallyStmt() function