Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DComment.h168 TextCommentBitfields TextCommentBits; member
276 TextCommentBits.IsWhitespaceValid = false; in TextComment()
290 if (TextCommentBits.IsWhitespaceValid) in isWhitespace()
291 return TextCommentBits.IsWhitespace; in isWhitespace()
293 TextCommentBits.IsWhitespace = isWhitespaceNoCache(); in isWhitespace()
294 TextCommentBits.IsWhitespaceValid = true; in isWhitespace()
295 return TextCommentBits.IsWhitespace; in isWhitespace()