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

References

tools/clang/lib/AST/CommentLexer.cpp
  505     TextEnd = Newline;
  517     TextEnd = BufferPtr + Pos;
  518     NextLine = TextEnd;
  520     if (isWhitespace(BufferPtr, TextEnd)) {
  521       BufferPtr = TextEnd;
  526   StringRef Text(BufferPtr, TextEnd - BufferPtr);