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.h105 friend class HTMLTagComment;
377 class HTMLTagComment : public InlineContentComment { class in namespace:clang::comments
382 HTMLTagComment(CommentKind K, function in class:clang::comments::HTMLTagComment
419 class HTMLStartTagComment : public HTMLTagComment {
462 HTMLTagComment(HTMLStartTagCommentKind,
513 class HTMLEndTagComment : public HTMLTagComment {
518 HTMLTagComment(HTMLEndTagCommentKind,

Completed in 116 milliseconds