Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DScope.cpp189 } else if (Flags & FnTryCatchScope) { in dumpImpl()
191 Flags &= ~FnTryCatchScope; in dumpImpl()
DIdentifierResolver.cpp127 if (S->getFlags() & Scope::FnTryCatchScope) in isDeclInScope()
DSemaExprMember.cpp928 if (S->getFlags() & Scope::FnTryCatchScope) in IsInFnTryBlockHandler()
/external/clang/include/clang/Sema/
DScope.h103 FnTryCatchScope = 0x4000, enumerator
/external/clang/lib/Parse/
DParseStmt.cpp2074 (FnTry ? Scope::FnTryCatchScope : 0))); in ParseCXXTryBlockCommon()
2147 (FnCatch ? Scope::FnTryCatchScope : 0)); in ParseCXXCatchBlock()