Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h517 bool isFnTryCatchScope() const { in isFnTryCatchScope() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DIdentifierResolver.cpp140 if (S->isFnTryCatchScope()) in isDeclInScope()
H A DSemaExprMember.cpp976 if (S->isFnTryCatchScope()) in IsInFnTryBlockHandler()