Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DScope.cpp186 } else if (Flags & TryScope) { in dumpImpl()
188 Flags &= ~TryScope; in dumpImpl()
DSemaExprMember.cpp929 return (S->getFlags() & Scope::TryScope) != Scope::TryScope; in IsInFnTryBlockHandler()
DSemaExprCXX.cpp669 Scope::TryScope)) in ActOnCXXThrow()
/external/clang/include/clang/Sema/
DScope.h100 TryScope = 0x2000, enumerator
424 bool isTryScope() const { return getFlags() & Scope::TryScope; } in isTryScope()
/external/clang/lib/Parse/
DParseObjc.cpp2543 ParseScope TryScope(this, Scope::DeclScope); in ParseObjCTryStmt() local
2545 TryScope.Exit(); in ParseObjCTryStmt()
DParseStmt.cpp2073 Scope::DeclScope | Scope::TryScope | in ParseCXXTryBlockCommon()