Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h108 FnTryCatchScope = 0x4000, enumerator
571 return getFlags() & ScopeFlags::FnTryCatchScope; in isFnTryCatchScope()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DScope.cpp220 {FnTryCatchScope, "FnTryCatchScope"}, in dumpImpl()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp2655 (FnTry ? Scope::FnTryCatchScope : 0))); in ParseCXXTryBlockCommon()
2729 (FnCatch ? Scope::FnTryCatchScope : 0)); in ParseCXXCatchBlock()