Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DComment.h169 InlineCommandCommentBitfields InlineCommandCommentBits; member
326 InlineCommandCommentBits.RenderKind = RK; in InlineCommandComment()
327 InlineCommandCommentBits.CommandID = CommandID; in InlineCommandComment()
339 return InlineCommandCommentBits.CommandID; in getCommandID()
351 return static_cast<RenderKind>(InlineCommandCommentBits.RenderKind); in getRenderKind()