Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
HDCommentNodes.td12 def HTMLTagComment : CommentNode<InlineContentComment, 1>;
13 def HTMLStartTagComment : CommentNode<HTMLTagComment>;
14 def HTMLEndTagComment : CommentNode<HTMLTagComment>;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Index/
HDCommentToXML.h20 class HTMLTagComment; variable
33 void convertHTMLTagNodeToText(const comments::HTMLTagComment *HTC,
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDComment.h105 friend class HTMLTagComment; variable
373 class HTMLTagComment : public InlineContentComment {
378 HTMLTagComment(CommentKind K, in HTMLTagComment() function
415 class HTMLStartTagComment : public HTMLTagComment {
458 HTMLTagComment(HTMLStartTagCommentKind, in HTMLStartTagComment()
509 class HTMLEndTagComment : public HTMLTagComment {
514 HTMLTagComment(HTMLEndTagCommentKind, in HTMLEndTagComment()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
HDCommentToXML.cpp1136 const comments::HTMLTagComment *HTC, SmallVectorImpl<char> &Text, in convertHTMLTagNodeToText()