Searched refs:getCommentKind (Results 1 – 9 of 9) sorted by relevance
204 CommentKind getCommentKind() const { in getCommentKind() function276 return C->getCommentKind() == TextCommentKind; in classof()334 return C->getCommentKind() == InlineCommandCommentKind; in classof()466 return C->getCommentKind() == HTMLStartTagCommentKind; in classof()521 return C->getCommentKind() == HTMLEndTagCommentKind; in classof()570 return C->getCommentKind() == ParagraphCommentKind; in classof()735 return C->getCommentKind() == ParamCommandCommentKind; in classof()826 return C->getCommentKind() == TParamCommandCommentKind; in classof()908 return C->getCommentKind() == VerbatimBlockCommentKind; in classof()964 return C->getCommentKind() == VerbatimLineCommentKind; in classof()[all …]
32 switch (C->getCommentKind()) { in visit()
163 PragmaMSCommentKind getCommentKind() const { return CommentKind; } in getCommentKind() function
22 switch (getCommentKind()) { in getCommentKindName()69 switch (getCommentKind()) { in child_begin()83 switch (getCommentKind()) { in child_end()
25 std::pair<RawComment::CommentKind, bool> getCommentKind(StringRef Comment, in getCommentKind() function122 getCommentKind(RawText, CommentOpts.ParseAllComments); in RawComment()
721 switch (D->getCommentKind()) { in VisitPragmaCommentDecl()
104 switch (Child->getCommentKind()) { in FullCommentParts()
334 Record.push_back(D->getCommentKind()); in VisitPragmaCommentDecl()
4941 switch (PCD->getCommentKind()) { in EmitTopLevelDecl()