Home
last modified time | relevance | path

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

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