Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DScope.h92 AtCatchScope = 0x400, enumerator
447 return getFlags() & Scope::AtCatchScope; in isAtCatchScope()
461 Scope::AtCatchScope | Scope::ObjCMethodScope)) in isSwitchScope()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DScope.cpp43 FunctionPrototypeScope | AtCatchScope | ObjCMethodScope)) == in setFlags()
211 {AtCatchScope, "AtCatchScope"}, in dumpImpl()
H A DSemaCodeComplete.cpp4478 Scope::FunctionPrototypeScope | Scope::AtCatchScope)) == in CodeCompleteDeclSpec()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseObjc.cpp2591 Scope::AtCatchScope); in ParseObjCTryStmt()
H A DParseDecl.cpp3308 Scope::AtCatchScope)) == 0; in ParseDeclarationSpecifiers()