Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DComment.h169 InlineCommandCommentBitfields InlineCommandCommentBits; member
329 InlineCommandCommentBits.RenderKind = RK; in InlineCommandComment()
330 InlineCommandCommentBits.CommandID = CommandID; in InlineCommandComment()
342 return InlineCommandCommentBits.CommandID; in getCommandID()
354 return static_cast<RenderKind>(InlineCommandCommentBits.RenderKind); in getRenderKind()