Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DComment.h131 TextCommentBitfields TextCommentBits; member
241 TextCommentBits.IsWhitespaceValid = false; in TextComment()
257 if (TextCommentBits.IsWhitespaceValid) in isWhitespace()
258 return TextCommentBits.IsWhitespace; in isWhitespace()
260 TextCommentBits.IsWhitespace = isWhitespaceNoCache(); in isWhitespace()
261 TextCommentBits.IsWhitespaceValid = true; in isWhitespace()
262 return TextCommentBits.IsWhitespace; in isWhitespace()