Searched refs:getCommentKind (Results 1 – 9 of 9) sorted by relevance
233 CommentKind getCommentKind() const {276 return C->getCommentKind() >=278 C->getCommentKind() <= CommentKind::LastInlineContentCommentConstant;302 return C->getCommentKind() == CommentKind::TextComment;352 return C->getCommentKind() == CommentKind::InlineCommandComment;411 return C->getCommentKind() >= CommentKind::FirstHTMLTagCommentConstant &&412 C->getCommentKind() <= CommentKind::LastHTMLTagCommentConstant;477 return C->getCommentKind() == CommentKind::HTMLStartTagComment;528 return C->getCommentKind() == CommentKind::HTMLEndTagComment;548 return C->getCommentKind() >=[all …]
31 switch (C->getCommentKind()) { in visit()
163 PragmaMSCommentKind getCommentKind() const { return CommentKind; } in getCommentKind() function
36 switch (getCommentKind()) { in getCommentKindName()84 switch (getCommentKind()) { in child_begin()99 switch (getCommentKind()) { in child_end()
26 std::pair<RawComment::CommentKind, bool> getCommentKind(StringRef Comment, in getCommentKind() function123 getCommentKind(RawText, CommentOpts.ParseAllComments); in RawComment()
2300 switch (D->getCommentKind()) { in VisitPragmaCommentDecl()
106 switch (Child->getCommentKind()) { in FullCommentParts()
419 Record.push_back(D->getCommentKind()); in VisitPragmaCommentDecl()
7021 switch (PCD->getCommentKind()) { in EmitTopLevelDecl()