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

References

tools/clang/lib/Format/BreakableToken.cpp
  187   assert((Token.is(TT_BlockComment) || Token.is(TT_LineComment)) &&
  187   assert((Token.is(TT_BlockComment) || Token.is(TT_LineComment)) &&
  189   StringRef Content = Token.TokenText.substr(2).ltrim();