Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDScope.h101 TryScope = 0x2000, enumerator
443 bool isTryScope() const { return getFlags() & Scope::TryScope; } in isTryScope()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDScope.cpp159 {TryScope, "TryScope"}, in dumpImpl()
HDSemaExprMember.cpp944 return (S->getFlags() & Scope::TryScope) != Scope::TryScope; in IsInFnTryBlockHandler()
HDSemaExprCXX.cpp748 Scope::TryScope)) in ActOnCXXThrow()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
HDParseObjc.cpp2511 ParseScope TryScope(this, Scope::DeclScope | Scope::CompoundStmtScope); in ParseObjCTryStmt() local
2513 TryScope.Exit(); in ParseObjCTryStmt()
HDParseStmt.cpp2326 /*isStmtExpr=*/false, Scope::DeclScope | Scope::TryScope | in ParseCXXTryBlockCommon()