Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DCommentNodes.td12 def HTMLTagComment : DComment<InlineContentComment, 1>;
13 def HTMLStartTagComment : DComment<HTMLTagComment>;
14 def HTMLEndTagComment : DComment<HTMLTagComment>;
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Index/
H A DCommentToXML.h21 class HTMLTagComment; variable
34 void convertHTMLTagNodeToText(const comments::HTMLTagComment *HTC,
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DComment.h105 friend class HTMLTagComment; variable
372 class HTMLTagComment : public InlineContentComment {
377 HTMLTagComment(CommentKind K, in HTMLTagComment() function
414 class HTMLStartTagComment : public HTMLTagComment {
457 HTMLTagComment(HTMLStartTagCommentKind, in HTMLStartTagComment()
508 class HTMLEndTagComment : public HTMLTagComment {
513 HTMLTagComment(HTMLEndTagCommentKind, in HTMLEndTagComment()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DCommentToXML.cpp1132 const comments::HTMLTagComment *HTC, SmallVectorImpl<char> &Text, in convertHTMLTagNodeToText()