Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h92 AtCatchScope = 0x400, enumerator
452 return getFlags() & Scope::AtCatchScope; in isAtCatchScope()
466 Scope::AtCatchScope | Scope::ObjCMethodScope)) in isSwitchScope()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DScope.cpp43 FunctionPrototypeScope | AtCatchScope | ObjCMethodScope)) == in setFlags()
213 {AtCatchScope, "AtCatchScope"}, in dumpImpl()
H A DSemaCodeComplete.cpp4559 Scope::FunctionPrototypeScope | Scope::AtCatchScope)) == in CodeCompleteDeclSpec()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp2604 Scope::AtCatchScope); in ParseObjCTryStmt()
H A DParseDecl.cpp3460 Scope::AtCatchScope)) == 0; in ParseDeclarationSpecifiers()