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

References

tools/clang/lib/Frontend/TextDiagnostic.cpp
  617   const unsigned Length = std::min(Str.find('\n'), Str.size());
  617   const unsigned Length = std::min(Str.find('\n'), Str.size());
  627     WordStart = skipWhitespace(WordStart, Str, Length);
  632     WordEnd = findEndOfWord(WordStart, Str, Length, Column, Columns);
  642       applyTemplateHighlighting(OS, Str.substr(WordStart, WordLength),
  652     applyTemplateHighlighting(OS, Str.substr(WordStart, WordLength),
  659   applyTemplateHighlighting(OS, Str.substr(Length), TextNormal, Bold);