Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp683 return Actions.ActOnSEHExceptBlock(ExceptLoc, FilterExpr.get(), Block.get()); in ParseSEHExceptBlock()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp4337 StmtResult Sema::ActOnSEHExceptBlock(SourceLocation Loc, Expr *FilterExpr, in ActOnSEHExceptBlock() function in Sema
H A DTreeTransform.h2637 return getSema().ActOnSEHExceptBlock(Loc, FilterExpr, Block); in RebuildSEHExceptStmt()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10905 StmtResult ActOnSEHExceptBlock(SourceLocation Loc, Expr *FilterExpr,