Home
last modified time | relevance | path

Searched refs:ActOnFinishSEHFinallyBlock (Results 1 – 3 of 3) sorted by relevance

/freebsd-head/contrib/llvm-project/clang/lib/Parse/
HDParseStmt.cpp708 return Actions.ActOnFinishSEHFinallyBlock(FinallyLoc, Block.get()); in ParseSEHFinallyBlock()
/freebsd-head/contrib/llvm-project/clang/lib/Sema/
HDSemaStmt.cpp4357 StmtResult Sema::ActOnFinishSEHFinallyBlock(SourceLocation Loc, Stmt *Block) { in ActOnFinishSEHFinallyBlock() function in Sema
/freebsd-head/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h10909 StmtResult ActOnFinishSEHFinallyBlock(SourceLocation Loc, Stmt *Block);