Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseStmt.cpp545 return Actions.ActOnFinishSEHFinallyBlock(FinallyLoc, Block.get()); in ParseSEHFinallyBlock()
/external/llvm-project/clang/lib/Parse/
DParseStmt.cpp590 return Actions.ActOnFinishSEHFinallyBlock(FinallyLoc, Block.get()); in ParseSEHFinallyBlock()
/external/clang/lib/Sema/
DSemaStmt.cpp3787 StmtResult Sema::ActOnFinishSEHFinallyBlock(SourceLocation Loc, Stmt *Block) { in ActOnFinishSEHFinallyBlock() function in Sema
/external/llvm-project/clang/lib/Sema/
DSemaStmt.cpp4290 StmtResult Sema::ActOnFinishSEHFinallyBlock(SourceLocation Loc, Stmt *Block) { in ActOnFinishSEHFinallyBlock() function in Sema
/external/clang/include/clang/Sema/
DSema.h3564 StmtResult ActOnFinishSEHFinallyBlock(SourceLocation Loc, Stmt *Block);
/external/llvm-project/clang/include/clang/Sema/
DSema.h4704 StmtResult ActOnFinishSEHFinallyBlock(SourceLocation Loc, Stmt *Block);