Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp4252 Scope *AtCatchParent = CurScope; in ActOnObjCAtThrowStmt() local
4253 while (AtCatchParent && !AtCatchParent->isAtCatchScope()) in ActOnObjCAtThrowStmt()
4254 AtCatchParent = AtCatchParent->getParent(); in ActOnObjCAtThrowStmt()
4255 if (!AtCatchParent) in ActOnObjCAtThrowStmt()