Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaCoroutine.cpp761 static bool isWithinCatchScope(Scope *S) { in isWithinCatchScope() function
798 if (isWithinCatchScope(S.getCurScope())) in checkSuspensionContext()