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

/external/clang/lib/Sema/
H A DSemaStmt.cpp2915 Scope *AtCatchParent = CurScope; local
2916 while (AtCatchParent && !AtCatchParent->isAtCatchScope())
2917 AtCatchParent = AtCatchParent->getParent();
2918 if (!AtCatchParent)

Completed in 43 milliseconds