Searched refs:getCommentKind (Results 1 – 9 of 9) sorted by relevance
233 CommentKind getCommentKind() const {276 return C->getCommentKind() >=302 return C->getCommentKind() == CommentKind::TextComment;352 return C->getCommentKind() == CommentKind::InlineCommandComment;477 return C->getCommentKind() == CommentKind::HTMLStartTagComment;528 return C->getCommentKind() == CommentKind::HTMLEndTagComment;548 return C->getCommentKind() >=577 return C->getCommentKind() == CommentKind::ParagraphComment;635 return C->getCommentKind() >=733 return C->getCommentKind() == CommentKind::ParamCommandComment;[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()
2049 switch (D->getCommentKind()) { in VisitPragmaCommentDecl()
105 switch (Child->getCommentKind()) { in FullCommentParts()
380 Record.push_back(D->getCommentKind()); in VisitPragmaCommentDecl()
6875 switch (PCD->getCommentKind()) { in EmitTopLevelDecl()