Searched refs:HTMLTagComment (Results 1 – 10 of 10) sorted by relevance
/external/clang/include/clang/Basic/ |
D | CommentNodes.td | 12 def HTMLTagComment : DComment<InlineContentComment, 1>; 13 def HTMLStartTagComment : DComment<HTMLTagComment>; 14 def HTMLEndTagComment : DComment<HTMLTagComment>;
|
/external/llvm-project/clang/include/clang/Basic/ |
D | CommentNodes.td | 12 def HTMLTagComment : CommentNode<InlineContentComment, 1>; 13 def HTMLStartTagComment : CommentNode<HTMLTagComment>; 14 def HTMLEndTagComment : CommentNode<HTMLTagComment>;
|
/external/llvm-project/clang/include/clang/Index/ |
D | CommentToXML.h | 20 class HTMLTagComment; variable 33 void convertHTMLTagNodeToText(const comments::HTMLTagComment *HTC,
|
/external/clang/include/clang/Index/ |
D | CommentToXML.h | 21 class HTMLTagComment; variable 39 void convertHTMLTagNodeToText(const comments::HTMLTagComment *HTC,
|
/external/llvm-project/clang/include/clang/AST/ |
D | Comment.h | 105 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()
|
/external/clang/include/clang/AST/ |
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()
|
/external/clang/tools/libclang/ |
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()
|
/external/llvm-project/clang/tools/libclang/ |
D | CXComment.cpp | 187 const HTMLTagComment *HTC = getASTNodeAs<HTMLTagComment>(CXC); in clang_HTMLTagComment_getTagName() 365 const HTMLTagComment *HTC = getASTNodeAs<HTMLTagComment>(CXC); in clang_HTMLTagComment_getAsString()
|
/external/llvm-project/clang/lib/Index/ |
D | CommentToXML.cpp | 1138 const comments::HTMLTagComment *HTC, SmallVectorImpl<char> &Text, in convertHTMLTagNodeToText()
|
/external/clang/lib/Index/ |
D | CommentToXML.cpp | 1141 const comments::HTMLTagComment *HTC, SmallVectorImpl<char> &Text, in convertHTMLTagNodeToText()
|