Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DScope.h503 bool isFnTryCatchScope() const { in isFnTryCatchScope() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DIdentifierResolver.cpp131 if (S->isFnTryCatchScope()) in isDeclInScope()
H A DSemaExprMember.cpp943 if (S->isFnTryCatchScope()) in IsInFnTryBlockHandler()