Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DComment.h171 HTMLStartTagCommentBitfields HTMLStartTagCommentBits; member
467 HTMLStartTagCommentBits.IsSelfClosing = false; in HTMLStartTagComment()
504 return HTMLStartTagCommentBits.IsSelfClosing; in isSelfClosing()
508 HTMLStartTagCommentBits.IsSelfClosing = true; in setSelfClosing()