reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Sema/Scope.h
  440   bool isSEHTryScope() const { return getFlags() & Scope::SEHTryScope; }
tools/clang/lib/Parse/ParseStmt.cpp
  478       Scope::DeclScope | Scope::CompoundStmtScope | Scope::SEHTryScope));
tools/clang/lib/Sema/Scope.cpp
  165       {SEHTryScope, "SEHTryScope"},