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

Declarations

gen/tools/clang/include/clang/AST/StmtNodes.inc
  115 GOTOSTMT(GotoStmt, Stmt)

References

tools/clang/include/clang/AST/ASTTypeTraits.h
   65     return ASTNodeKind(KindToKindId<T>::Id);
   65     return ASTNodeKind(KindToKindId<T>::Id);
tools/clang/include/clang/AST/Stmt.h
 2471       : Stmt(GotoStmtClass), Label(label), LabelLoc(LL) {
 2476   explicit GotoStmt(EmptyShell Empty) : Stmt(GotoStmtClass, Empty) {}
 2490     return T->getStmtClass() == GotoStmtClass;
tools/clang/lib/Analysis/CFG.cpp
 2233     case Stmt::GotoStmtClass:
tools/clang/lib/CodeGen/CGStmt.cpp
   94   case Stmt::GotoStmtClass:
  365   case Stmt::GotoStmtClass:     EmitGotoStmt(cast<GotoStmt>(*S));         break;
tools/clang/lib/CodeGen/CodeGenPGO.cpp
  316       case Stmt::GotoStmtClass:
tools/clang/lib/CodeGen/VarBypassDetector.cpp
   82   case Stmt::GotoStmtClass:
tools/clang/lib/Sema/JumpDiagnostics.cpp
  338   case Stmt::GotoStmtClass:
tools/clang/lib/Sema/TreeTransform.h
 6995   Decl *LD = getDerived().TransformDecl(S->getLabel()->getLocation(),
 6996                                         S->getLabel());
 7001   return getDerived().RebuildGotoStmt(S->getGotoLoc(), S->getLabelLoc(),
 7001   return getDerived().RebuildGotoStmt(S->getGotoLoc(), S->getLabelLoc(),
tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
  869   case Stmt::GotoStmtClass:
tools/clang/lib/StaticAnalyzer/Core/CoreEngine.cpp
  355       case Stmt::GotoStmtClass:
tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
 1306     case Stmt::GotoStmtClass:
tools/clang/tools/libclang/CXCursor.cpp
  164   case Stmt::GotoStmtClass: