Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DCommentNodes.td12 def HTMLTagComment : CommentNode<InlineContentComment, 1>;
13 def HTMLStartTagComment : CommentNode<HTMLTagComment>;
14 def HTMLEndTagComment : CommentNode<HTMLTagComment>;
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Index/
H A DCommentToXML.h19 class HTMLTagComment; variable
32 void convertHTMLTagNodeToText(const comments::HTMLTagComment *HTC,
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DComment.h105 friend class HTMLTagComment; variable
371 class HTMLTagComment : public InlineContentComment {
376 HTMLTagComment(CommentKind K, in HTMLTagComment() function
413 class HTMLStartTagComment : public HTMLTagComment {
456 HTMLTagComment(HTMLStartTagCommentKind, in HTMLStartTagComment()
507 class HTMLEndTagComment : public HTMLTagComment {
512 HTMLTagComment(HTMLEndTagCommentKind, in HTMLEndTagComment()
/freebsd-13.1/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp1138 const comments::HTMLTagComment *HTC, SmallVectorImpl<char> &Text, in convertHTMLTagNodeToText()