Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h105 FnTryCatchScope = 0x4000, enumerator
518 return getFlags() & ScopeFlags::FnTryCatchScope; in isFnTryCatchScope()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DScope.cpp217 {FnTryCatchScope, "FnTryCatchScope"}, in dumpImpl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp2640 (FnTry ? Scope::FnTryCatchScope : 0))); in ParseCXXTryBlockCommon()
2714 (FnCatch ? Scope::FnTryCatchScope : 0)); in ParseCXXCatchBlock()