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 105 friend class HTMLTagComment;
377 class HTMLTagComment : public InlineContentComment {
382 HTMLTagComment(CommentKind K,
419 class HTMLStartTagComment : public HTMLTagComment {
462 HTMLTagComment(HTMLStartTagCommentKind,
513 class HTMLEndTagComment : public HTMLTagComment {
518 HTMLTagComment(HTMLEndTagCommentKind,

Completed in 104 milliseconds