Home
last modified time | relevance | path

Searched refs:HTMLTagComment (Results 1 – 3 of 3) 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/AST/
DComment.h365 class HTMLTagComment : public InlineContentComment {
370 HTMLTagComment(CommentKind K, in HTMLTagComment() function
398 class HTMLStartTagComment : public HTMLTagComment {
441 HTMLTagComment(HTMLStartTagCommentKind, in HTMLStartTagComment()
492 class HTMLEndTagComment : public HTMLTagComment {
497 HTMLTagComment(HTMLEndTagCommentKind, in HTMLEndTagComment()
/external/clang/tools/libclang/
DCXComment.cpp180 const HTMLTagComment *HTC = getASTNodeAs<HTMLTagComment>(CXC); in clang_HTMLTagComment_getTagName()
838 const HTMLTagComment *HTC = getASTNodeAs<HTMLTagComment>(CXC); in clang_HTMLTagComment_getAsString()