Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DComment.h166 TextCommentBitfields TextCommentBits; member
274 TextCommentBits.IsWhitespaceValid = false; in TextComment()
288 if (TextCommentBits.IsWhitespaceValid) in isWhitespace()
289 return TextCommentBits.IsWhitespace; in isWhitespace()
291 TextCommentBits.IsWhitespace = isWhitespaceNoCache(); in isWhitespace()
292 TextCommentBits.IsWhitespaceValid = true; in isWhitespace()
293 return TextCommentBits.IsWhitespace; in isWhitespace()