Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDCommentNodes.td12 def HTMLTagComment : DComment<InlineContentComment, 1>;
13 def HTMLStartTagComment : DComment<HTMLTagComment>;
14 def HTMLEndTagComment : DComment<HTMLTagComment>;
/NextBSD/contrib/llvm/tools/clang/include/clang/Index/
HDCommentToXML.h21 class HTMLTagComment; variable
39 void convertHTMLTagNodeToText(const comments::HTMLTagComment *HTC,
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDComment.h105 friend class HTMLTagComment; variable
377 class HTMLTagComment : public InlineContentComment {
382 HTMLTagComment(CommentKind K, in HTMLTagComment() function
419 class HTMLStartTagComment : public HTMLTagComment {
462 HTMLTagComment(HTMLStartTagCommentKind, in HTMLStartTagComment()
513 class HTMLEndTagComment : public HTMLTagComment {
518 HTMLTagComment(HTMLEndTagCommentKind, in HTMLEndTagComment()
/NextBSD/contrib/llvm/tools/clang/lib/Index/
HDCommentToXML.cpp1145 const comments::HTMLTagComment *HTC, SmallVectorImpl<char> &Text, in convertHTMLTagNodeToText()