Home
last modified time | relevance | path

Searched refs:getCommentKind (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DComment.h204 CommentKind getCommentKind() const { in getCommentKind() function
276 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 …]
H A DCommentVisitor.h32 switch (C->getCommentKind()) { in visit()
H A DDecl.h163 PragmaMSCommentKind getCommentKind() const { return CommentKind; } in getCommentKind() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DComment.cpp22 switch (getCommentKind()) { in getCommentKindName()
69 switch (getCommentKind()) { in child_begin()
83 switch (getCommentKind()) { in child_end()
H A DRawCommentList.cpp25 std::pair<RawComment::CommentKind, bool> getCommentKind(StringRef Comment, in getCommentKind() function
122 getCommentKind(RawText, CommentOpts.ParseAllComments); in RawComment()
H A DASTDumper.cpp721 switch (D->getCommentKind()) { in VisitPragmaCommentDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DCommentToXML.cpp104 switch (Child->getCommentKind()) { in FullCommentParts()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterDecl.cpp334 Record.push_back(D->getCommentKind()); in VisitPragmaCommentDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenModule.cpp4941 switch (PCD->getCommentKind()) { in EmitTopLevelDecl()