class Comment::ParamCommandCommentBitfields

Declaration

class Comment::ParamCommandCommentBitfields { /* full declaration omitted */ };

Declared at: clang/include/clang/AST/Comment.h:152

Member Variables

private unsigned int
private unsigned int Direction
Parameter passing direction, see ParamCommandComment::PassDirection.
private unsigned int IsDirectionExplicit
True if direction was specified explicitly in the comment.