Home
last modified time | relevance | path

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

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