Searched defs:AtCatchParent (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaStmt.cpp3095 Scope *AtCatchParent = CurScope; local
3096 while (AtCatchParent && !AtCatchParent->isAtCatchScope())
3097 AtCatchParent = AtCatchParent->getParent();
3098 if (!AtCatchParent)

Completed in 79 milliseconds