Home
last modified time | relevance | path

Searched refs:CatchScope (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp1058 if (CatchScope.getNumHandlers() == 1 && in emitWasmCatchPadBlock()
1059 CatchScope.getHandler(0).isCatchAll()) { in emitWasmCatchPadBlock()
1217 if (!CatchScope.hasEHBranches()) { in ExitCXXTryStmt()
1218 CatchScope.clearHandlerBlocks(); in ExitCXXTryStmt()
1224 emitCatchDispatchBlock(*this, CatchScope); in ExitCXXTryStmt()
1229 CatchScope.begin(), CatchScope.begin() + NumHandlers); in ExitCXXTryStmt()
1280 RunCleanupsScope CatchScope(*this); in ExitCXXTryStmt() local
1308 CatchScope.ForceCleanup(); in ExitCXXTryStmt()
2227 if (!CatchScope.hasEHBranches()) { in ExitSEHTryStmt()
2228 CatchScope.clearHandlerBlocks(); in ExitSEHTryStmt()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h138 CatchScope = 0x1000000, enumerator
456 bool isCatchScope() const { return getFlags() & Scope::CatchScope; } in isCatchScope()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DScope.cpp227 {CatchScope, "CatchScope"}, in dumpImpl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp2712 ParseScope CatchScope(this, Scope::DeclScope | Scope::ControlScope | in ParseCXXCatchBlock() local
2713 Scope::CatchScope | in ParseCXXCatchBlock()
H A DParseObjc.cpp2602 ParseScope CatchScope(this, Scope::DeclScope | in ParseObjCTryStmt() local