Home
last modified time | relevance | path

Searched refs:TryScope (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScope.h101 TryScope = 0x2000, enumerator
473 bool isTryScope() const { return getFlags() & Scope::TryScope; } in isTryScope()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DScope.cpp159 {TryScope, "TryScope"}, in dumpImpl()
H A DSemaExprMember.cpp941 return (S->getFlags() & Scope::TryScope) != Scope::TryScope; in IsInFnTryBlockHandler()
H A DSemaExprCXX.cpp826 Scope::TryScope)) in ActOnCXXThrow()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseObjc.cpp2515 ParseScope TryScope(this, Scope::DeclScope | Scope::CompoundStmtScope); in ParseObjCTryStmt() local
2517 TryScope.Exit(); in ParseObjCTryStmt()
H A DParseStmt.cpp2393 /*isStmtExpr=*/false, Scope::DeclScope | Scope::TryScope | in ParseCXXTryBlockCommon()