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

References

tools/clang/lib/Frontend/TextDiagnostic.cpp
  356     for (; FixItStart != FixItEnd; ++FixItStart)
  360     for (; FixItEnd != FixItStart; --FixItEnd)
  360     for (; FixItEnd != FixItStart; --FixItEnd)
  361       if (!isWhitespace(FixItInsertionLine[FixItEnd - 1]))
  369       = llvm::sys::locale::columnWidth(FixItInsertionLine.substr(0, FixItEnd));