Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DScope.h91 AtCatchScope = 0x400, enumerator
444 return getFlags() & Scope::AtCatchScope; in isAtCatchScope()
458 Scope::AtCatchScope | Scope::ObjCMethodScope)) in isSwitchScope()
/llvm-project-15.0.7/clang/lib/Sema/
H A DScope.cpp43 FunctionPrototypeScope | AtCatchScope | ObjCMethodScope)) == in setFlags()
208 {AtCatchScope, "AtCatchScope"}, in dumpImpl()
H A DSemaCodeComplete.cpp4443 Scope::FunctionPrototypeScope | Scope::AtCatchScope)) == in CodeCompleteDeclSpec()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseObjc.cpp2545 Scope::AtCatchScope); in ParseObjCTryStmt()
H A DParseDecl.cpp3257 Scope::AtCatchScope)) == 0; in ParseDeclarationSpecifiers()