Searched refs:FnTryCatchScope (Results 1 – 5 of 5) sorted by relevance
185 } else if (Flags & FnTryCatchScope) { in dumpImpl()187 Flags &= ~FnTryCatchScope; in dumpImpl()
127 if (S->getFlags() & Scope::FnTryCatchScope) in isDeclInScope()
914 if (S->getFlags() & Scope::FnTryCatchScope) in IsInFnTryBlockHandler()
102 FnTryCatchScope = 0x4000, enumerator
2026 (FnTry ? Scope::FnTryCatchScope : 0))); in ParseCXXTryBlockCommon()2099 (FnCatch ? Scope::FnTryCatchScope : 0)); in ParseCXXCatchBlock()