Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DComment.h130 InlineContentCommentBitfields InlineContentCommentBits; member
211 InlineContentCommentBits.HasTrailingNewline = 0; in InlineContentComment()
223 InlineContentCommentBits.HasTrailingNewline = 1; in addTrailingNewline()
227 return InlineContentCommentBits.HasTrailingNewline; in hasTrailingNewline()