Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGException.cpp1040 if (CatchScope.getNumHandlers() == 1 && in emitWasmCatchPadBlock()
1041 CatchScope.getHandler(0).isCatchAll()) { in emitWasmCatchPadBlock()
1193 if (!CatchScope.hasEHBranches()) { in ExitCXXTryStmt()
1194 CatchScope.clearHandlerBlocks(); in ExitCXXTryStmt()
1200 emitCatchDispatchBlock(*this, CatchScope); in ExitCXXTryStmt()
1205 CatchScope.begin(), CatchScope.begin() + NumHandlers); in ExitCXXTryStmt()
1257 RunCleanupsScope CatchScope(*this); in ExitCXXTryStmt() local
1286 CatchScope.ForceCleanup(); in ExitCXXTryStmt()
2218 if (!CatchScope.hasEHBranches()) { in ExitSEHTryStmt()
2219 CatchScope.clearHandlerBlocks(); in ExitSEHTryStmt()
[all …]
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DScope.h137 CatchScope = 0x1000000, enumerator
448 bool isCatchScope() const { return getFlags() & Scope::CatchScope; } in isCatchScope()
/llvm-project-15.0.7/clang/lib/Sema/
H A DScope.cpp222 {CatchScope, "CatchScope"}, in dumpImpl()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseStmt.cpp2624 ParseScope CatchScope(this, Scope::DeclScope | Scope::ControlScope | in ParseCXXCatchBlock() local
2625 Scope::CatchScope | in ParseCXXCatchBlock()
H A DParseObjc.cpp2543 ParseScope CatchScope(this, Scope::DeclScope | in ParseObjCTryStmt() local