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

References

tools/clang/lib/Frontend/TextDiagnostic.cpp
  624   for (unsigned WordStart = 0, WordEnd; WordStart < Length;
  627     WordStart = skipWhitespace(WordStart, Str, Length);
  628     if (WordStart == Length)
  632     WordEnd = findEndOfWord(WordStart, Str, Length, Column, Columns);
  659   applyTemplateHighlighting(OS, Str.substr(Length), TextNormal, Bold);