HomeSort by relevance Sort by last modified time
    Searched refs:HTMLTagComment (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Index/
CommentToXML.h 21 class HTMLTagComment;
39 void convertHTMLTagNodeToText(const comments::HTMLTagComment *HTC,
  /external/clang/tools/libclang/
CXComment.cpp 188 const HTMLTagComment *HTC = getASTNodeAs<HTMLTagComment>(CXC);
366 const HTMLTagComment *HTC = getASTNodeAs<HTMLTagComment>(CXC);
  /external/clang/include/clang/AST/
Comment.h 104 friend class HTMLTagComment;
375 class HTMLTagComment : public InlineContentComment {
380 HTMLTagComment(CommentKind K,
417 class HTMLStartTagComment : public HTMLTagComment {
460 HTMLTagComment(HTMLStartTagCommentKind,
511 class HTMLEndTagComment : public HTMLTagComment {
516 HTMLTagComment(HTMLEndTagCommentKind,

Completed in 129 milliseconds