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

/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 1540 milliseconds