Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DScope.h102 TryScope = 0x2000, enumerator
509 bool isTryScope() const { return getFlags() & Scope::TryScope; } in isTryScope()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DScope.cpp214 {TryScope, "TryScope"}, in dumpImpl()
H A DSemaExprMember.cpp944 return (S->getFlags() & Scope::TryScope) != Scope::TryScope; in IsInFnTryBlockHandler()
H A DSemaExprCXX.cpp852 Scope::ObjCMethodScope | Scope::TryScope)) in ActOnCXXThrow()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseObjc.cpp2568 ParseScope TryScope(this, Scope::DeclScope | Scope::CompoundStmtScope); in ParseObjCTryStmt() local
2570 TryScope.Exit(); in ParseObjCTryStmt()
H A DParseStmt.cpp2574 /*isStmtExpr=*/false, Scope::DeclScope | Scope::TryScope | in ParseCXXTryBlockCommon()