Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DScope.cpp160 {FnTryCatchScope, "FnTryCatchScope"}, in dumpImpl()
H A DIdentifierResolver.cpp129 if (S->getFlags() & Scope::FnTryCatchScope) in isDeclInScope()
H A DSemaExprMember.cpp940 if (S->getFlags() & Scope::FnTryCatchScope) in IsInFnTryBlockHandler()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScope.h104 FnTryCatchScope = 0x4000, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseStmt.cpp2395 (FnTry ? Scope::FnTryCatchScope : 0))); in ParseCXXTryBlockCommon()
2469 (FnCatch ? Scope::FnTryCatchScope : 0)); in ParseCXXCatchBlock()