Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp273 Scope *AtCatchParent = CurScope; in ActOnObjCAtThrowStmt() local
274 while (AtCatchParent && !AtCatchParent->isAtCatchScope()) in ActOnObjCAtThrowStmt()
275 AtCatchParent = AtCatchParent->getParent(); in ActOnObjCAtThrowStmt()
276 if (!AtCatchParent) in ActOnObjCAtThrowStmt()