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)
  356     for (; FixItStart != FixItEnd; ++FixItStart)
  357       if (!isWhitespace(FixItInsertionLine[FixItStart]))
  360     for (; FixItEnd != FixItStart; --FixItEnd)
  367     unsigned FixItStartCol = FixItStart;