Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DComment.h169 InlineCommandCommentBitfields InlineCommandCommentBits; member
333 InlineCommandCommentBits.RenderKind = RK; in InlineCommandComment()
334 InlineCommandCommentBits.CommandID = CommandID; in InlineCommandComment()
346 return InlineCommandCommentBits.CommandID; in getCommandID()
359 return static_cast<RenderKind>(InlineCommandCommentBits.RenderKind); in getRenderKind()