Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DComment.h85 mutable unsigned IsWhitespaceValid : 1; variable
131 mutable unsigned IsWhitespaceValid : 1; variable
270 TextCommentBits.IsWhitespaceValid = false; in TextComment()
284 if (TextCommentBits.IsWhitespaceValid) in isWhitespace()
288 TextCommentBits.IsWhitespaceValid = true; in isWhitespace()
557 ParagraphCommentBits.IsWhitespaceValid = true; in ParagraphComment()
561 ParagraphCommentBits.IsWhitespaceValid = false; in ParagraphComment()
581 if (ParagraphCommentBits.IsWhitespaceValid) in isWhitespace()
585 ParagraphCommentBits.IsWhitespaceValid = true; in isWhitespace()