Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DScope.h92 AtCatchScope = 0x400, enumerator
388 return getFlags() & Scope::AtCatchScope; in isAtCatchScope()
399 Scope::AtCatchScope | Scope::ObjCMethodScope)) in isSwitchScope()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DScope.cpp44 FunctionPrototypeScope | AtCatchScope | ObjCMethodScope)) == in setFlags()
157 {AtCatchScope, "AtCatchScope"}, in dumpImpl()
H A DSemaCodeComplete.cpp3845 Scope::FunctionPrototypeScope | Scope::AtCatchScope)) == in CodeCompleteDeclSpec()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseObjc.cpp2513 Scope::AtCatchScope); in ParseObjCTryStmt()
H A DParseDecl.cpp3003 Scope::AtCatchScope)) == 0; in ParseDeclarationSpecifiers()