Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DComment.h134 ParagraphCommentBitfields ParagraphCommentBits; member
531 ParagraphCommentBits.IsWhitespace = true; in ParagraphComment()
532 ParagraphCommentBits.IsWhitespaceValid = true; in ParagraphComment()
536 ParagraphCommentBits.IsWhitespaceValid = false; in ParagraphComment()
558 if (ParagraphCommentBits.IsWhitespaceValid) in isWhitespace()
559 return ParagraphCommentBits.IsWhitespace; in isWhitespace()
561 ParagraphCommentBits.IsWhitespace = isWhitespaceNoCache(); in isWhitespace()
562 ParagraphCommentBits.IsWhitespaceValid = true; in isWhitespace()
563 return ParagraphCommentBits.IsWhitespace; in isWhitespace()