Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DComment.h171 HTMLStartTagCommentBitfields HTMLStartTagCommentBits; member
462 HTMLStartTagCommentBits.IsSelfClosing = false; in HTMLStartTagComment()
499 return HTMLStartTagCommentBits.IsSelfClosing; in isSelfClosing()
503 HTMLStartTagCommentBits.IsSelfClosing = true; in setSelfClosing()