Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DScope.h104 FnTryCatchScope = 0x4000, enumerator
504 return getFlags() & ScopeFlags::FnTryCatchScope; in isFnTryCatchScope()
/llvm-project-15.0.7/clang/lib/Sema/
H A DScope.cpp212 {FnTryCatchScope, "FnTryCatchScope"}, in dumpImpl()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseStmt.cpp2552 (FnTry ? Scope::FnTryCatchScope : 0))); in ParseCXXTryBlockCommon()
2626 (FnCatch ? Scope::FnTryCatchScope : 0)); in ParseCXXCatchBlock()