Home
last modified time | relevance | path

Searched refs:ActOnSEHExceptBlock (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/clang/lib/Parse/
DParseStmt.cpp643 return Actions.ActOnSEHExceptBlock(ExceptLoc, FilterExpr.get(), Block.get()); in ParseSEHExceptBlock()
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaStmt.cpp4573 StmtResult Sema::ActOnSEHExceptBlock(SourceLocation Loc, Expr *FilterExpr, in ActOnSEHExceptBlock() function in Sema
DTreeTransform.h2553 return getSema().ActOnSEHExceptBlock(Loc, FilterExpr, Block); in RebuildSEHExceptStmt()
/openbsd/src/gnu/llvm/clang/include/clang/Sema/
DSema.h5264 StmtResult ActOnSEHExceptBlock(SourceLocation Loc,