Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Index/
DCommentToXML.cpp689 StringRef ParagraphKind) { in appendParagraphCommentWithKind() argument
693 if (ParagraphKind.empty()) in appendParagraphCommentWithKind()
696 Result << "<Para kind=\"" << ParagraphKind << "\">"; in appendParagraphCommentWithKind()
707 StringRef ParagraphKind; in visitBlockCommandComment() local
728 ParagraphKind = C->getCommandName(Traits); in visitBlockCommandComment()
734 appendParagraphCommentWithKind(C->getParagraph(), ParagraphKind); in visitBlockCommandComment()