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

References

tools/clang/lib/Format/BreakableToken.cpp
  669         Prefix = "";
  674       Prefix = Prefix.substr(0, 1);
  674       Prefix = Prefix.substr(0, 1);
  679       Prefix = Prefix.substr(0, 1);
  679       Prefix = Prefix.substr(0, 1);
  691       tokenAt(LineIndex), WhitespaceOffsetInToken, WhitespaceLength, "", Prefix,
  692       InPPDirective, /*Newlines=*/1, ContentColumn[LineIndex] - Prefix.size());