Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DComment.h168 TextCommentBitfields TextCommentBits; member
270 TextCommentBits.IsWhitespaceValid = false; in TextComment()
284 if (TextCommentBits.IsWhitespaceValid) in isWhitespace()
285 return TextCommentBits.IsWhitespace; in isWhitespace()
287 TextCommentBits.IsWhitespace = isWhitespaceNoCache(); in isWhitespace()
288 TextCommentBits.IsWhitespaceValid = true; in isWhitespace()
289 return TextCommentBits.IsWhitespace; in isWhitespace()