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

/external/clang/include/clang/Sema/
H A DScope.h73 /// AtCatchScope - This is a scope that corresponds to the Objective-C
75 AtCatchScope = 0x200, enumerator in enum:clang::Scope::ScopeFlags
275 return getFlags() & Scope::AtCatchScope;
286 Scope::AtCatchScope | Scope::ObjCMethodScope))

Completed in 22 milliseconds