Searched refs:IsSelfClosing (Results 1 – 4 of 4) sorted by relevance
121 unsigned IsSelfClosing : 1; variable453 HTMLStartTagCommentBits.IsSelfClosing = false; in HTMLStartTagComment()490 return HTMLStartTagCommentBits.IsSelfClosing; in isSelfClosing()494 HTMLStartTagCommentBits.IsSelfClosing = true; in setSelfClosing()
170 bool IsSelfClosing);
56 bool IsSelfClosing() const;113 bool HTMLTag::IsSelfClosing() const { in IsSelfClosing() function in clang::doc::HTMLTag195 if (Tag.IsSelfClosing()) { in Render()
441 bool IsSelfClosing) { in actOnHTMLStartTagFinish() argument444 if (IsSelfClosing) in actOnHTMLStartTagFinish()