Searched defs:TextCommentBits (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DComment.h156 TextCommentBitfields TextCommentBits; member in union:clang::comments::Comment::__anon15797
263 TextCommentBits.IsWhitespaceValid = false;
277 if (TextCommentBits.IsWhitespaceValid)
278 return TextCommentBits.IsWhitespace;
280 TextCommentBits.IsWhitespace = isWhitespaceNoCache();
281 TextCommentBits.IsWhitespaceValid = true;
282 return TextCommentBits.IsWhitespace;

Completed in 160 milliseconds