Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmt.cpp4272 Scope *AtCatchParent = CurScope; in ActOnObjCAtThrowStmt() local
4273 while (AtCatchParent && !AtCatchParent->isAtCatchScope()) in ActOnObjCAtThrowStmt()
4274 AtCatchParent = AtCatchParent->getParent(); in ActOnObjCAtThrowStmt()
4275 if (!AtCatchParent) in ActOnObjCAtThrowStmt()