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;
  625        WordStart = WordEnd) {
  627     WordStart = skipWhitespace(WordStart, Str, Length);
  627     WordStart = skipWhitespace(WordStart, Str, Length);
  628     if (WordStart == Length)
  632     WordEnd = findEndOfWord(WordStart, Str, Length, Column, Columns);
  635     unsigned WordLength = WordEnd - WordStart;
  638       if (WordStart) {
  642       applyTemplateHighlighting(OS, Str.substr(WordStart, WordLength),
  652     applyTemplateHighlighting(OS, Str.substr(WordStart, WordLength),