Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DScope.h105 FnTryCatchScope = 0x4000, enumerator
513 return getFlags() & ScopeFlags::FnTryCatchScope; in isFnTryCatchScope()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DScope.cpp215 {FnTryCatchScope, "FnTryCatchScope"}, in dumpImpl()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseStmt.cpp2576 (FnTry ? Scope::FnTryCatchScope : 0))); in ParseCXXTryBlockCommon()
2650 (FnCatch ? Scope::FnTryCatchScope : 0)); in ParseCXXCatchBlock()