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

References

tools/clang/lib/AST/ExprConstant.cpp
 4499       if (const Stmt *Init = IS->getInit()) {
 4651     if (const Stmt *Init = IS->getInit()) {
tools/clang/lib/AST/Interp/ByteCodeStmtGen.cpp
  193   if (auto *CondInit = IS->getInit())
  194     if (!visitStmt(IS->getInit()))
tools/clang/lib/CodeGen/CGStmt.cpp
  637   if (S.getInit())
  638     EmitStmt(S.getInit());
tools/clang/lib/CodeGen/CodeGenPGO.cpp
  634     if (S->getInit())
  635       Visit(S->getInit());
tools/clang/lib/CodeGen/CoverageMappingGen.cpp
 1171     if (S->getInit())
 1172       Visit(S->getInit());
tools/clang/tools/extra/clang-tidy/utils/ExprSequence.cpp
  152       if (S == TheIfStmt->getInit()) {