Searched refs:getCommentKind (Results 1 – 10 of 10) sorted by relevance
204 CommentKind getCommentKind() const { in getCommentKind() function253 return C->getCommentKind() >= FirstInlineContentCommentConstant && in classof()254 C->getCommentKind() <= LastInlineContentCommentConstant; in classof()280 return C->getCommentKind() == TextCommentKind; in classof()338 return C->getCommentKind() == InlineCommandCommentKind; in classof()397 return C->getCommentKind() >= FirstHTMLTagCommentConstant && in classof()398 C->getCommentKind() <= LastHTMLTagCommentConstant; in classof()471 return C->getCommentKind() == HTMLStartTagCommentKind; in classof()526 return C->getCommentKind() == HTMLEndTagCommentKind; in classof()546 return C->getCommentKind() >= FirstBlockContentCommentConstant && in classof()[all …]
33 switch (C->getCommentKind()) { in visit()
132 PragmaMSCommentKind getCommentKind() const { return CommentKind; } in getCommentKind() function
23 switch (getCommentKind()) { in getCommentKindName()70 switch (getCommentKind()) { in child_begin()84 switch (getCommentKind()) { in child_end()
25 std::pair<RawComment::CommentKind, bool> getCommentKind(StringRef Comment, in getCommentKind() function121 std::pair<CommentKind, bool> K = getCommentKind(RawText, ParseAllComments); in RawComment()
1230 switch (D->getCommentKind()) { in VisitPragmaCommentDecl()
50 switch (C->getCommentKind()) { in clang_Comment_getKind()
105 switch (Child->getCommentKind()) { in FullCommentParts()
326 Record.push_back(D->getCommentKind()); in VisitPragmaCommentDecl()
3872 switch (PCD->getCommentKind()) { in EmitTopLevelDecl()