Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h470 bool isAtCatchScope() const { in isAtCatchScope() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp278 while (AtCatchParent && !AtCatchParent->isAtCatchScope()) in ActOnObjCAtThrowStmt()