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

References

tools/clang/lib/Format/FormatTokenLexer.cpp
  657     for (int i = 0, e = Text.size(); i != e; ++i) {
  657     for (int i = 0, e = Text.size(); i != e; ++i) {
  658       switch (Text[i]) {
  661         FormatTok->HasUnescapedNewline = !EscapesNewline(i - 1);
  662         FormatTok->LastNewlineOffset = WhitespaceLength + i + 1;
  666         FormatTok->LastNewlineOffset = WhitespaceLength + i + 1;
  681         if (i + 1 == e || (Text[i + 1] != '\r' && Text[i + 1] != '\n'))
  681         if (i + 1 == e || (Text[i + 1] != '\r' && Text[i + 1] != '\n'))
  681         if (i + 1 == e || (Text[i + 1] != '\r' && Text[i + 1] != '\n'))