Searched refs:FnTryCatchScope (Results 1 – 3 of 3) sorted by relevance
108 FnTryCatchScope = 0x4000, enumerator591 return getFlags() & ScopeFlags::FnTryCatchScope; in isFnTryCatchScope()
220 {FnTryCatchScope, "FnTryCatchScope"}, in dumpImpl()
2491 (FnTry ? Scope::FnTryCatchScope : 0))); in ParseCXXTryBlockCommon()2555 (FnCatch ? Scope::FnTryCatchScope : 0)); in ParseCXXCatchBlock()