Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DScope.cpp161 {FnTryCatchScope, "FnTryCatchScope"}, in dumpImpl()
H A DIdentifierResolver.cpp130 if (S->getFlags() & Scope::FnTryCatchScope) in isDeclInScope()
H A DSemaExprMember.cpp914 if (S->getFlags() & Scope::FnTryCatchScope) in IsInFnTryBlockHandler()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DScope.h105 FnTryCatchScope = 0x4000, enumerator
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseStmt.cpp2153 (FnTry ? Scope::FnTryCatchScope : 0))); in ParseCXXTryBlockCommon()
2226 (FnCatch ? Scope::FnTryCatchScope : 0)); in ParseCXXCatchBlock()