Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DComment.h168 TextCommentBitfields TextCommentBits; member
275 TextCommentBits.IsWhitespaceValid = false; in TextComment()
289 if (TextCommentBits.IsWhitespaceValid) in isWhitespace()
290 return TextCommentBits.IsWhitespace; in isWhitespace()
292 TextCommentBits.IsWhitespace = isWhitespaceNoCache(); in isWhitespace()
293 TextCommentBits.IsWhitespaceValid = true; in isWhitespace()
294 return TextCommentBits.IsWhitespace; in isWhitespace()