Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()