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

  /external/clang/include/clang/AST/
Comment.h 365 class HTMLTagComment : public InlineContentComment {
370 HTMLTagComment(CommentKind K,
398 class HTMLStartTagComment : public HTMLTagComment {
441 HTMLTagComment(HTMLStartTagCommentKind,
492 class HTMLEndTagComment : public HTMLTagComment {
497 HTMLTagComment(HTMLEndTagCommentKind,
  /external/clang/tools/libclang/
CXComment.cpp 180 const HTMLTagComment *HTC = getASTNodeAs<HTMLTagComment>(CXC);
838 const HTMLTagComment *HTC = getASTNodeAs<HTMLTagComment>(CXC);
    [all...]

Completed in 39 milliseconds