Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DCommentNodes.inc46 ABSTRACT_COMMENT(HTMLTAGCOMMENT(HTMLTagComment, InlineContentComment))
50 HTMLSTARTTAGCOMMENT(HTMLStartTagComment, HTMLTagComment)
56 HTMLENDTAGCOMMENT(HTMLEndTagComment, HTMLTagComment)
59 COMMENT_RANGE(HTMLTagComment, HTMLStartTagComment, HTMLEndTagComment)
DComment.h127 friend class HTMLTagComment;
391 class HTMLTagComment : public InlineContentComment {
396 HTMLTagComment(CommentKind K,
433 class HTMLStartTagComment : public HTMLTagComment {
469 : HTMLTagComment(CommentKind::HTMLStartTagComment, LocBegin,
519 class HTMLEndTagComment : public HTMLTagComment {
523 : HTMLTagComment(CommentKind::HTMLEndTagComment, LocBegin, LocEnd,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DCommentNodes.inc46 ABSTRACT_COMMENT(HTMLTAGCOMMENT(HTMLTagComment, InlineContentComment))
50 HTMLSTARTTAGCOMMENT(HTMLStartTagComment, HTMLTagComment)
56 HTMLENDTAGCOMMENT(HTMLEndTagComment, HTMLTagComment)
59 COMMENT_RANGE(HTMLTagComment, HTMLStartTagComment, HTMLEndTagComment)
DComment.h127 friend class HTMLTagComment;
391 class HTMLTagComment : public InlineContentComment {
396 HTMLTagComment(CommentKind K,
433 class HTMLStartTagComment : public HTMLTagComment {
469 : HTMLTagComment(CommentKind::HTMLStartTagComment, LocBegin,
519 class HTMLEndTagComment : public HTMLTagComment {
523 : HTMLTagComment(CommentKind::HTMLEndTagComment, LocBegin, LocEnd,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DCommentNodes.inc46 ABSTRACT_COMMENT(HTMLTAGCOMMENT(HTMLTagComment, InlineContentComment))
50 HTMLSTARTTAGCOMMENT(HTMLStartTagComment, HTMLTagComment)
56 HTMLENDTAGCOMMENT(HTMLEndTagComment, HTMLTagComment)
59 COMMENT_RANGE(HTMLTagComment, HTMLStartTagComment, HTMLEndTagComment)
DComment.h127 friend class HTMLTagComment;
391 class HTMLTagComment : public InlineContentComment {
396 HTMLTagComment(CommentKind K,
433 class HTMLStartTagComment : public HTMLTagComment {
469 : HTMLTagComment(CommentKind::HTMLStartTagComment, LocBegin,
519 class HTMLEndTagComment : public HTMLTagComment {
523 : HTMLTagComment(CommentKind::HTMLEndTagComment, LocBegin, LocEnd,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DCommentNodes.inc80 ABSTRACT_COMMENT(HTMLTAGCOMMENT(HTMLTagComment, InlineContentComment))
84 HTMLENDTAGCOMMENT(HTMLEndTagComment, HTMLTagComment)
90 HTMLSTARTTAGCOMMENT(HTMLStartTagComment, HTMLTagComment)
93 COMMENT_RANGE(HTMLTagComment, HTMLEndTagComment, HTMLStartTagComment)
DComment.h127 friend class HTMLTagComment;
391 class HTMLTagComment : public InlineContentComment {
396 HTMLTagComment(CommentKind K,
433 class HTMLStartTagComment : public HTMLTagComment {
469 : HTMLTagComment(CommentKind::HTMLStartTagComment, LocBegin,
519 class HTMLEndTagComment : public HTMLTagComment {
523 : HTMLTagComment(CommentKind::HTMLEndTagComment, LocBegin, LocEnd,
/aosp_15_r20/out/soong/.intermediates/external/clang/clang-gen-comment-nodes/gen/clang/AST/
DCommentNodes.inc79 ABSTRACT_COMMENT(HTMLTAGCOMMENT(HTMLTagComment, InlineContentComment))
83 HTMLENDTAGCOMMENT(HTMLEndTagComment, HTMLTagComment)
89 HTMLSTARTTAGCOMMENT(HTMLStartTagComment, HTMLTagComment)
92 COMMENT_RANGE(HTMLTagComment, HTMLEndTagComment, HTMLStartTagComment)
/aosp_15_r20/external/clang/include/clang/Basic/
H A DCommentNodes.td12 def HTMLTagComment : DComment<InlineContentComment, 1>;
13 def HTMLStartTagComment : DComment<HTMLTagComment>;
14 def HTMLEndTagComment : DComment<HTMLTagComment>;
/aosp_15_r20/external/clang/include/clang/AST/
H A DComment.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()
/aosp_15_r20/external/clang/tools/libclang/
H A DCXComment.cpp188 const HTMLTagComment *HTC = getASTNodeAs<HTMLTagComment>(CXC); in clang_HTMLTagComment_getTagName()
366 const HTMLTagComment *HTC = getASTNodeAs<HTMLTagComment>(CXC); in clang_HTMLTagComment_getAsString()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Index/
DCommentToXML.h19 class HTMLTagComment; variable
32 void convertHTMLTagNodeToText(const comments::HTMLTagComment *HTC,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Index/
DCommentToXML.h19 class HTMLTagComment; variable
32 void convertHTMLTagNodeToText(const comments::HTMLTagComment *HTC,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Index/
DCommentToXML.h19 class HTMLTagComment; variable
32 void convertHTMLTagNodeToText(const comments::HTMLTagComment *HTC,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Index/
DCommentToXML.h19 class HTMLTagComment; variable
32 void convertHTMLTagNodeToText(const comments::HTMLTagComment *HTC,
/aosp_15_r20/external/clang/include/clang/Index/
H A DCommentToXML.h21 class HTMLTagComment; variable
39 void convertHTMLTagNodeToText(const comments::HTMLTagComment *HTC,
/aosp_15_r20/external/clang/lib/Index/
H A DCommentToXML.cpp1141 const comments::HTMLTagComment *HTC, SmallVectorImpl<char> &Text, in convertHTMLTagNodeToText()