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

References

tools/clang/lib/AST/ASTImporter.cpp
 6034       S->getCond(), S->getInc(), S->getLoopVarStmt(), S->getBody());
tools/clang/lib/Analysis/CFG.cpp
 4405     Succ = addStmt(S->getInc());
tools/clang/lib/Sema/SemaOpenMP.cpp
 6631     HasErrors |= ISC.checkAndSetInc(For ? For->getInc() : CXXFor->getInc());
tools/clang/lib/Sema/TreeTransform.h
 7644   ExprResult Inc = getDerived().TransformExpr(S->getInc());
 7661       Inc.get() != S->getInc() ||
tools/clang/lib/Serialization/ASTWriterStmt.cpp
 1349   Record.AddStmt(S->getInc());