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

References

tools/clang/lib/ARCMigrate/Transforms.cpp
  280     mark(S->getInc());
tools/clang/lib/AST/ASTImporter.cpp
 5919       S->getInit(), S->getCond(), S->getConditionVariable(), S->getInc(),
tools/clang/lib/AST/StmtPrinter.cpp
  330   if (Node->getInc()) {
  332     PrintExpr(Node->getInc());
tools/clang/lib/Analysis/CFG.cpp
 3334     if (Stmt *I = F->getInc()) {
 5205     if (F->getInc())
tools/clang/lib/Sema/SemaOpenMP.cpp
 6631     HasErrors |= ISC.checkAndSetInc(For ? For->getInc() : CXXFor->getInc());
tools/clang/lib/Sema/TreeTransform.h
 6967   ExprResult Inc = getDerived().TransformExpr(S->getInc());
 6972   if (S->getInc() && !FullInc.get())
 6983       Inc.get() == S->getInc() &&
tools/clang/lib/Serialization/ASTWriterStmt.cpp
  214   Record.AddStmt(S->getInc());