Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DScope.cpp182 } else if (Flags & TryScope) { in dumpImpl()
184 Flags &= ~TryScope; in dumpImpl()
DSemaExprMember.cpp915 return (S->getFlags() & Scope::TryScope) != Scope::TryScope; in IsInFnTryBlockHandler()
DSemaExprCXX.cpp628 Scope::TryScope)) in ActOnCXXThrow()
/external/clang/include/clang/Sema/
DScope.h99 TryScope = 0x2000, enumerator
421 bool isTryScope() const { return getFlags() & Scope::TryScope; } in isTryScope()
/external/clang/lib/Parse/
DParseObjc.cpp2489 ParseScope TryScope(this, Scope::DeclScope); in ParseObjCTryStmt() local
2491 TryScope.Exit(); in ParseObjCTryStmt()
DParseStmt.cpp2025 Scope::DeclScope | Scope::TryScope | in ParseCXXTryBlockCommon()