Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDScope.cpp185 } else if (Flags & FnTryCatchScope) { in dumpImpl()
187 Flags &= ~FnTryCatchScope; in dumpImpl()
HDIdentifierResolver.cpp127 if (S->getFlags() & Scope::FnTryCatchScope) in isDeclInScope()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDScope.h102 FnTryCatchScope = 0x4000, enumerator
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseStmt.cpp1983 (FnTry ? Scope::FnTryCatchScope : 0))); in ParseCXXTryBlockCommon()
2056 (FnCatch ? Scope::FnTryCatchScope : 0)); in ParseCXXCatchBlock()