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

References

tools/clang/include/clang/AST/Comment.h
  271     TextCommentBits.IsWhitespaceValid = false;
  285     if (TextCommentBits.IsWhitespaceValid)
  286       return TextCommentBits.IsWhitespace;
  288     TextCommentBits.IsWhitespace = isWhitespaceNoCache();
  289     TextCommentBits.IsWhitespaceValid = true;
  290     return TextCommentBits.IsWhitespace;