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

References

lib/Support/SourceMgr.cpp
  480   for (size_t i = 0, e = FixItInsertionLine.size(), OutCol = 0; i < e; ++i) {
  480   for (size_t i = 0, e = FixItInsertionLine.size(), OutCol = 0; i < e; ++i) {
  481     if (i >= LineContents.size() || LineContents[i] != '\t') {
  481     if (i >= LineContents.size() || LineContents[i] != '\t') {
  482       OS << FixItInsertionLine[i];
  489       OS << FixItInsertionLine[i];
  495       if (FixItInsertionLine[i] != ' ')
  496         ++i;
  498     } while (((OutCol % TabStop) != 0) && i != e);