Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaStmt.cpp2185 Scope *AtCatchParent = CurScope; in ActOnObjCAtThrowStmt() local
2186 while (AtCatchParent && !AtCatchParent->isAtCatchScope()) in ActOnObjCAtThrowStmt()
2187 AtCatchParent = AtCatchParent->getParent(); in ActOnObjCAtThrowStmt()
2188 if (!AtCatchParent) in ActOnObjCAtThrowStmt()