Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DComment.h85 mutable unsigned IsWhitespaceValid : 1; variable
131 mutable unsigned IsWhitespaceValid : 1; variable
275 TextCommentBits.IsWhitespaceValid = false; in TextComment()
289 if (TextCommentBits.IsWhitespaceValid) in isWhitespace()
293 TextCommentBits.IsWhitespaceValid = true; in isWhitespace()
549 ParagraphCommentBits.IsWhitespaceValid = true; in ParagraphComment()
553 ParagraphCommentBits.IsWhitespaceValid = false; in ParagraphComment()
573 if (ParagraphCommentBits.IsWhitespaceValid) in isWhitespace()
577 ParagraphCommentBits.IsWhitespaceValid = true; in isWhitespace()