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

Declarations

gen/tools/clang/include/clang/AST/StmtNodes.inc
  521 SEHLEAVESTMT(SEHLeaveStmt, Stmt)

References

tools/clang/include/clang/AST/Stmt.h
 3326       : Stmt(SEHLeaveStmtClass), LeaveLoc(LL) {}
 3329   explicit SEHLeaveStmt(EmptyShell Empty) : Stmt(SEHLeaveStmtClass, Empty) {}
 3338     return T->getStmtClass() == SEHLeaveStmtClass;
tools/clang/lib/Analysis/CFG.cpp
 2304     case Stmt::SEHLeaveStmtClass:
tools/clang/lib/CodeGen/CGStmt.cpp
   99   case Stmt::SEHLeaveStmtClass:
  370   case Stmt::SEHLeaveStmtClass: EmitSEHLeaveStmt(cast<SEHLeaveStmt>(*S)); break;
tools/clang/lib/Sema/TreeTransform.h
 7864   return S;
tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
 1234     case Stmt::SEHLeaveStmtClass:
tools/clang/tools/libclang/CXCursor.cpp
  244   case Stmt::SEHLeaveStmtClass: