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

References

tools/clang/include/clang/AST/Stmt.h
 2427   Expr *getInc()  { return reinterpret_cast<Expr*>(SubExprs[INC]); }
 2432   const Expr *getInc()  const { return reinterpret_cast<Expr*>(SubExprs[INC]); }
 2437   void setInc(Expr *E) { SubExprs[INC] = reinterpret_cast<Stmt*>(E); }
tools/clang/lib/AST/Stmt.cpp
  919   SubExprs[INC] = Inc;