Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScope.h376 bool isAtCatchScope() const { in isAtCatchScope() function
/external/clang/lib/Sema/
DSemaStmt.cpp3468 while (AtCatchParent && !AtCatchParent->isAtCatchScope()) in ActOnObjCAtThrowStmt()