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

References

tools/clang/lib/ARCMigrate/Transforms.cpp
  279     mark(S->getInit());
tools/clang/lib/AST/ASTImporter.cpp
 5919       S->getInit(), S->getCond(), S->getConditionVariable(), S->getInc(),
tools/clang/lib/AST/StmtPrinter.cpp
  323   if (Node->getInit())
  324     PrintInitStmt(Node->getInit(), 5);
tools/clang/lib/Analysis/CFG.cpp
 3292   if (Stmt *Init = F->getInit())
 3446   if (Stmt *I = F->getInit()) {
 5199     if (F->getInit())
tools/clang/lib/Sema/SemaOpenMP.cpp
 6592   Stmt *Init = For ? For->getInit() : CXXFor->getBeginStmt();
tools/clang/lib/Sema/TreeTransform.h
 6950   StmtResult Init = getDerived().TransformStmt(S->getInit());
 6981       Init.get() == S->getInit() &&
tools/clang/lib/Serialization/ASTWriterStmt.cpp
  211   Record.AddStmt(S->getInit());