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 setFlags()
177 } else if (Flags & AtCatchScope) { in dumpImpl()
179 Flags &= ~AtCatchScope; in dumpImpl()
DSemaCodeComplete.cpp3472 Scope::AtCatchScope)) == 0) { in CodeCompleteDeclSpec()
/external/clang/include/clang/Sema/
DScope.h90 AtCatchScope = 0x400, enumerator
377 return getFlags() & Scope::AtCatchScope; in isAtCatchScope()
388 Scope::AtCatchScope | Scope::ObjCMethodScope)) in isSwitchScope()
/external/clang/lib/Parse/
DParseObjc.cpp2564 ParseScope CatchScope(this, Scope::DeclScope|Scope::AtCatchScope); in ParseObjCTryStmt()
DParseDecl.cpp2754 Scope::AtCatchScope)) == 0; in ParseDeclarationSpecifiers()