Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DCommentNodes.td12 def HTMLTagComment : DComment<InlineContentComment, 1>;
13 def HTMLStartTagComment : DComment<HTMLTagComment>;
14 def HTMLEndTagComment : DComment<HTMLTagComment>;
/external/clang/include/clang/Index/
DCommentToXML.h21 class HTMLTagComment; variable
39 void convertHTMLTagNodeToText(const comments::HTMLTagComment *HTC,
/external/clang/include/clang/AST/
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()
/external/clang/tools/libclang/
DCXComment.cpp188 const HTMLTagComment *HTC = getASTNodeAs<HTMLTagComment>(CXC); in clang_HTMLTagComment_getTagName()
366 const HTMLTagComment *HTC = getASTNodeAs<HTMLTagComment>(CXC); in clang_HTMLTagComment_getAsString()
/external/clang/lib/Index/
DCommentToXML.cpp1141 const comments::HTMLTagComment *HTC, SmallVectorImpl<char> &Text, in convertHTMLTagNodeToText()