Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DScope.h448 bool isCatchScope() const { return getFlags() & Scope::CatchScope; } in isCatchScope() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCoroutine.cpp759 if (S->isCatchScope()) in isWithinCatchScope()