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

References

utils/TableGen/GlobalISelEmitter.cpp
  580     for (auto I = Contents.begin(), E = Contents.end(); I != E;
  581          ++I) {
  583       const auto &NextI = std::next(I);
  591       if (I->Flags & MatchTableRecord::MTRF_Indent)
  594       I->emit(OS, LineBreakIsNext, *this);
  595       if (I->Flags & MatchTableRecord::MTRF_LineBreakFollows)
  598       if (I->Flags & MatchTableRecord::MTRF_Outdent)