Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DScope.h101 TryScope = 0x2000, enumerator
500 bool isTryScope() const { return getFlags() & Scope::TryScope; } in isTryScope()
/llvm-project-15.0.7/clang/lib/Sema/
H A DScope.cpp211 {TryScope, "TryScope"}, in dumpImpl()
H A DSemaExprMember.cpp944 return (S->getFlags() & Scope::TryScope) != Scope::TryScope; in IsInFnTryBlockHandler()
H A DSemaExprCXX.cpp849 Scope::ObjCMethodScope | Scope::TryScope)) in ActOnCXXThrow()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseObjc.cpp2522 ParseScope TryScope(this, Scope::DeclScope | Scope::CompoundStmtScope); in ParseObjCTryStmt() local
2524 TryScope.Exit(); in ParseObjCTryStmt()
H A DParseStmt.cpp2550 /*isStmtExpr=*/false, Scope::DeclScope | Scope::TryScope | in ParseCXXTryBlockCommon()