/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/ |
D | CommentNodes.inc | 46 ABSTRACT_COMMENT(HTMLTAGCOMMENT(HTMLTagComment, InlineContentComment)) 50 HTMLSTARTTAGCOMMENT(HTMLStartTagComment, HTMLTagComment) 56 HTMLENDTAGCOMMENT(HTMLEndTagComment, HTMLTagComment) 59 COMMENT_RANGE(HTMLTagComment, HTMLStartTagComment, HTMLEndTagComment)
|
D | Comment.h | 127 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/ |
D | CommentNodes.inc | 46 ABSTRACT_COMMENT(HTMLTAGCOMMENT(HTMLTagComment, InlineContentComment)) 50 HTMLSTARTTAGCOMMENT(HTMLStartTagComment, HTMLTagComment) 56 HTMLENDTAGCOMMENT(HTMLEndTagComment, HTMLTagComment) 59 COMMENT_RANGE(HTMLTagComment, HTMLStartTagComment, HTMLEndTagComment)
|
D | Comment.h | 127 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/ |
D | CommentNodes.inc | 46 ABSTRACT_COMMENT(HTMLTAGCOMMENT(HTMLTagComment, InlineContentComment)) 50 HTMLSTARTTAGCOMMENT(HTMLStartTagComment, HTMLTagComment) 56 HTMLENDTAGCOMMENT(HTMLEndTagComment, HTMLTagComment) 59 COMMENT_RANGE(HTMLTagComment, HTMLStartTagComment, HTMLEndTagComment)
|
D | Comment.h | 127 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/ |
D | CommentNodes.inc | 80 ABSTRACT_COMMENT(HTMLTAGCOMMENT(HTMLTagComment, InlineContentComment)) 84 HTMLENDTAGCOMMENT(HTMLEndTagComment, HTMLTagComment) 90 HTMLSTARTTAGCOMMENT(HTMLStartTagComment, HTMLTagComment) 93 COMMENT_RANGE(HTMLTagComment, HTMLEndTagComment, HTMLStartTagComment)
|
D | Comment.h | 127 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/ |
D | CommentNodes.inc | 79 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 D | CommentNodes.td | 12 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 D | Comment.h | 105 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 D | CXComment.cpp | 188 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/ |
D | CommentToXML.h | 19 class HTMLTagComment; variable 32 void convertHTMLTagNodeToText(const comments::HTMLTagComment *HTC,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Index/ |
D | CommentToXML.h | 19 class HTMLTagComment; variable 32 void convertHTMLTagNodeToText(const comments::HTMLTagComment *HTC,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Index/ |
D | CommentToXML.h | 19 class HTMLTagComment; variable 32 void convertHTMLTagNodeToText(const comments::HTMLTagComment *HTC,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Index/ |
D | CommentToXML.h | 19 class HTMLTagComment; variable 32 void convertHTMLTagNodeToText(const comments::HTMLTagComment *HTC,
|
/aosp_15_r20/external/clang/include/clang/Index/ |
H A D | CommentToXML.h | 21 class HTMLTagComment; variable 39 void convertHTMLTagNodeToText(const comments::HTMLTagComment *HTC,
|
/aosp_15_r20/external/clang/lib/Index/ |
H A D | CommentToXML.cpp | 1141 const comments::HTMLTagComment *HTC, SmallVectorImpl<char> &Text, in convertHTMLTagNodeToText()
|