Home
last modified time | relevance | path

Searched defs:CatchScope (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGException.cpp544 EHCatchScope *CatchScope = EHStack.pushCatch(NumHandlers); in EnterCXXTryStmt() local
876 static void emitCatchPadBlock(CodeGenFunction &CGF, EHCatchScope &CatchScope) { in emitCatchPadBlock()
1005 EHCatchScope &CatchScope = cast<EHCatchScope>(*EHStack.begin()); in ExitCXXTryStmt() local
1055 RunCleanupsScope CatchScope(*this); in ExitCXXTryStmt() local
1794 EHCatchScope *CatchScope = EHStack.pushCatch(1); in EnterSEHTryStmt() local
1828 EHCatchScope &CatchScope = cast<EHCatchScope>(*EHStack.begin()); in ExitSEHTryStmt() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Sema/
DScope.h138 CatchScope = 0x1000000, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Sema/
DScope.h141 CatchScope = 0x1000000, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Sema/
DScope.h141 CatchScope = 0x1000000, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Sema/
DScope.h141 CatchScope = 0x1000000, enumerator
/aosp_15_r20/external/clang/lib/Parse/
H A DParseStmt.cpp2146 ParseScope CatchScope(this, Scope::DeclScope | Scope::ControlScope | in ParseCXXCatchBlock() local
H A DParseObjc.cpp2564 ParseScope CatchScope(this, Scope::DeclScope|Scope::AtCatchScope); in ParseObjCTryStmt() local