Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DComment.h88 mutable unsigned IsWhitespace : 1; variable
134 mutable unsigned IsWhitespace : 1; variable
290 return TextCommentBits.IsWhitespace; in isWhitespace()
292 TextCommentBits.IsWhitespace = isWhitespaceNoCache(); in isWhitespace()
294 return TextCommentBits.IsWhitespace; in isWhitespace()
548 ParagraphCommentBits.IsWhitespace = true; in ParagraphComment()
574 return ParagraphCommentBits.IsWhitespace; in isWhitespace()
576 ParagraphCommentBits.IsWhitespace = isWhitespaceNoCache(); in isWhitespace()
578 return ParagraphCommentBits.IsWhitespace; in isWhitespace()