Searched defs:TryScope (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Sema/
H A DScope.h99 TryScope = 0x2000, enumerator in enum:clang::Scope::ScopeFlags
402 bool isTryScope() const { return getFlags() & Scope::TryScope; }

Completed in 29 milliseconds