Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DComment.h171 HTMLStartTagCommentBitfields HTMLStartTagCommentBits; member
461 HTMLStartTagCommentBits.IsSelfClosing = false; in HTMLStartTagComment()
498 return HTMLStartTagCommentBits.IsSelfClosing; in isSelfClosing()
502 HTMLStartTagCommentBits.IsSelfClosing = true; in setSelfClosing()