Searched refs:HTMLTagComment (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/Index/
H A DCommentToXML.h21 class HTMLTagComment;
39 void convertHTMLTagNodeToText(const comments::HTMLTagComment *HTC,
/external/clang/tools/libclang/
H A DCXComment.cpp188 const HTMLTagComment *HTC = getASTNodeAs<HTMLTagComment>(CXC);
366 const HTMLTagComment *HTC = getASTNodeAs<HTMLTagComment>(CXC);
/external/clang/include/clang/AST/
H A DComment.h104 friend class HTMLTagComment;
375 class HTMLTagComment : public InlineContentComment { class in namespace:clang::comments
380 HTMLTagComment(CommentKind K, function in class:clang::comments::HTMLTagComment
417 class HTMLStartTagComment : public HTMLTagComment {
460 HTMLTagComment(HTMLStartTagCommentKind,
511 class HTMLEndTagComment : public HTMLTagComment {
516 HTMLTagComment(HTMLEndTagCommentKind,

Completed in 1656 milliseconds