Home
last modified time | relevance | path

Searched refs:AtCatchScope (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Sema/
DScope.cpp44 FunctionPrototypeScope | AtCatchScope | ObjCMethodScope)) == in Init()
173 } else if (Flags & AtCatchScope) { in dumpImpl()
175 Flags &= ~AtCatchScope; in dumpImpl()
DSemaCodeComplete.cpp3459 Scope::AtCatchScope)) == 0) { in CodeCompleteDeclSpec()
/external/clang/include/clang/Sema/
DScope.h89 AtCatchScope = 0x400, enumerator
374 return getFlags() & Scope::AtCatchScope; in isAtCatchScope()
385 Scope::AtCatchScope | Scope::ObjCMethodScope)) in isSwitchScope()
/external/clang/lib/Parse/
DParseObjc.cpp2510 ParseScope CatchScope(this, Scope::DeclScope|Scope::AtCatchScope); in ParseObjCTryStmt()
DParseDecl.cpp2699 Scope::AtCatchScope)) == 0; in ParseDeclarationSpecifiers()