Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DComment.h167 InlineContentCommentBitfields InlineContentCommentBits; member
247 InlineContentCommentBits.HasTrailingNewline = 0; in InlineContentComment()
257 InlineContentCommentBits.HasTrailingNewline = 1; in addTrailingNewline()
261 return InlineContentCommentBits.HasTrailingNewline; in hasTrailingNewline()