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

/external/clang/include/clang/AST/
H A DComment.h166 TextCommentBitfields TextCommentBits; member in union:clang::comments::Comment::__anon17473
274 TextCommentBits.IsWhitespaceValid = false;
288 if (TextCommentBits.IsWhitespaceValid)
289 return TextCommentBits.IsWhitespace;
291 TextCommentBits.IsWhitespace = isWhitespaceNoCache();
292 TextCommentBits.IsWhitespaceValid = true;
293 return TextCommentBits.IsWhitespace;

Completed in 246 milliseconds