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

/external/clang/include/clang/AST/
H A DComment.h165 InlineContentCommentBitfields InlineContentCommentBits; member in union:clang::comments::Comment::__anon17473
246 InlineContentCommentBits.HasTrailingNewline = 0;
256 InlineContentCommentBits.HasTrailingNewline = 1;
260 return InlineContentCommentBits.HasTrailingNewline;

Completed in 359 milliseconds