class Comment::HTMLStartTagCommentBitfields

Declaration

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

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

Member Variables

private unsigned int
private unsigned int IsSelfClosing
True if this tag is self-closing (e. g., ). This is based on tag spelling in comment (plain would not set this flag).