Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDComment.h168 TextCommentBitfields TextCommentBits; member
272 TextCommentBits.IsWhitespaceValid = false; in TextComment()
286 if (TextCommentBits.IsWhitespaceValid) in isWhitespace()
287 return TextCommentBits.IsWhitespace; in isWhitespace()
289 TextCommentBits.IsWhitespace = isWhitespaceNoCache(); in isWhitespace()
290 TextCommentBits.IsWhitespaceValid = true; in isWhitespace()
291 return TextCommentBits.IsWhitespace; in isWhitespace()