Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DComment.h169 InlineCommandCommentBitfields InlineCommandCommentBits; member
328 InlineCommandCommentBits.RenderKind = RK; in InlineCommandComment()
329 InlineCommandCommentBits.CommandID = CommandID; in InlineCommandComment()
341 return InlineCommandCommentBits.CommandID; in getCommandID()
353 return static_cast<RenderKind>(InlineCommandCommentBits.RenderKind); in getRenderKind()