Searched refs:getCommentKind (Results 1 – 10 of 10) sorted by relevance
209 CommentKind getCommentKind() const { in getCommentKind() function279 return C->getCommentKind() == TextCommentKind; in classof()331 return C->getCommentKind() == InlineCommandCommentKind; in classof()457 return C->getCommentKind() == HTMLStartTagCommentKind; in classof()512 return C->getCommentKind() == HTMLEndTagCommentKind; in classof()561 return C->getCommentKind() == ParagraphCommentKind; in classof()717 return C->getCommentKind() == ParamCommandCommentKind; in classof()808 return C->getCommentKind() == TParamCommandCommentKind; in classof()890 return C->getCommentKind() == VerbatimBlockCommentKind; in classof()946 return C->getCommentKind() == VerbatimLineCommentKind; in classof()[all …]
31 switch (C->getCommentKind()) { in visit()
161 PragmaMSCommentKind getCommentKind() const { return CommentKind; } in getCommentKind() function
36 switch (getCommentKind()) { in getCommentKindName()83 switch (getCommentKind()) { in child_begin()97 switch (getCommentKind()) { in child_end()
26 std::pair<RawComment::CommentKind, bool> getCommentKind(StringRef Comment, in getCommentKind() function123 getCommentKind(RawText, CommentOpts.ParseAllComments); in RawComment()
1827 switch (D->getCommentKind()) { in VisitPragmaCommentDecl()
46 switch (C->getCommentKind()) { in clang_Comment_getKind()
105 switch (Child->getCommentKind()) { in FullCommentParts()
343 Record.push_back(D->getCommentKind()); in VisitPragmaCommentDecl()
6230 switch (PCD->getCommentKind()) { in EmitTopLevelDecl()