Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DScope.cpp43 FunctionPrototypeScope | AtCatchScope | ObjCMethodScope)) == in Init()
170 } else if (Flags & AtCatchScope) { in dumpImpl()
172 Flags &= ~AtCatchScope; in dumpImpl()
H A DSemaCodeComplete.cpp3353 Scope::AtCatchScope)) == 0) { in CodeCompleteDeclSpec()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DScope.h89 AtCatchScope = 0x400, enumerator
358 return getFlags() & Scope::AtCatchScope; in isAtCatchScope()
369 Scope::AtCatchScope | Scope::ObjCMethodScope)) in isSwitchScope()
/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseObjc.cpp1836 ParseScope CatchScope(this, Scope::DeclScope|Scope::AtCatchScope); in ParseObjCTryStmt()
H A DParseDecl.cpp2619 Scope::AtCatchScope)) == 0; in ParseDeclarationSpecifiers()