Searched refs:ParagraphCommentBits (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DComment.h170 ParagraphCommentBitfields ParagraphCommentBits; member in union:clang::comments::Comment::__anon17473
560 ParagraphCommentBits.IsWhitespace = true;
561 ParagraphCommentBits.IsWhitespaceValid = true;
565 ParagraphCommentBits.IsWhitespaceValid = false;
585 if (ParagraphCommentBits.IsWhitespaceValid)
586 return ParagraphCommentBits.IsWhitespace;
588 ParagraphCommentBits.IsWhitespace = isWhitespaceNoCache();
589 ParagraphCommentBits.IsWhitespaceValid = true;
590 return ParagraphCommentBits.IsWhitespace;

Completed in 57 milliseconds