Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DScope.h446 bool isAtCatchScope() const { in isAtCatchScope() function
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaStmt.cpp4265 while (AtCatchParent && !AtCatchParent->isAtCatchScope()) in ActOnObjCAtThrowStmt()