Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp708 return Actions.ActOnFinishSEHFinallyBlock(FinallyLoc, Block.get()); in ParseSEHFinallyBlock()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp4357 StmtResult Sema::ActOnFinishSEHFinallyBlock(SourceLocation Loc, Stmt *Block) { in ActOnFinishSEHFinallyBlock() function in Sema
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10909 StmtResult ActOnFinishSEHFinallyBlock(SourceLocation Loc, Stmt *Block);