Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp277 Scope *AtCatchParent = CurScope; in ActOnObjCAtThrowStmt() local
278 while (AtCatchParent && !AtCatchParent->isAtCatchScope()) in ActOnObjCAtThrowStmt()
279 AtCatchParent = AtCatchParent->getParent(); in ActOnObjCAtThrowStmt()
280 if (!AtCatchParent) in ActOnObjCAtThrowStmt()