Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DScope.cpp160 {FnTryCatchScope, "FnTryCatchScope"}, in dumpImpl()
H A DIdentifierResolver.cpp129 if (S->getFlags() & Scope::FnTryCatchScope) in isDeclInScope()
H A DSemaExprMember.cpp942 if (S->getFlags() & Scope::FnTryCatchScope) in IsInFnTryBlockHandler()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h104 FnTryCatchScope = 0x4000, enumerator
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp2400 (FnTry ? Scope::FnTryCatchScope : 0))); in ParseCXXTryBlockCommon()
2474 (FnCatch ? Scope::FnTryCatchScope : 0)); in ParseCXXCatchBlock()