HomeSort by relevance Sort by last modified time
    Searched full:paragraphcommentbits (Results 1 - 1 of 1) sorted by null

  /external/clang/include/clang/AST/
Comment.h 159 ParagraphCommentBitfields ParagraphCommentBits;
541 ParagraphCommentBits.IsWhitespace = true;
542 ParagraphCommentBits.IsWhitespaceValid = true;
546 ParagraphCommentBits.IsWhitespaceValid = false;
566 if (ParagraphCommentBits.IsWhitespaceValid)
567 return ParagraphCommentBits.IsWhitespace;
569 ParagraphCommentBits.IsWhitespace = isWhitespaceNoCache();
570 ParagraphCommentBits.IsWhitespaceValid = true;
571 return ParagraphCommentBits.IsWhitespace;

Completed in 71 milliseconds