Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DScope.h443 bool isAtCatchScope() const { in isAtCatchScope() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmt.cpp4273 while (AtCatchParent && !AtCatchParent->isAtCatchScope()) in ActOnObjCAtThrowStmt()