Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp4299 Scope *AtCatchParent = CurScope; in ActOnObjCAtThrowStmt() local
4300 while (AtCatchParent && !AtCatchParent->isAtCatchScope()) in ActOnObjCAtThrowStmt()
4301 AtCatchParent = AtCatchParent->getParent(); in ActOnObjCAtThrowStmt()
4302 if (!AtCatchParent) in ActOnObjCAtThrowStmt()