Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp549 StringRef ParagraphKind,
690 const ParagraphComment *C, StringRef ParagraphKind, in appendParagraphCommentWithKind() argument
695 if (ParagraphKind.empty()) in appendParagraphCommentWithKind()
698 Result << "<Para kind=\"" << ParagraphKind << "\">"; in appendParagraphCommentWithKind()
712 StringRef ParagraphKind; in visitBlockCommandComment() local
740 ParagraphKind = C->getCommandName(Traits); in visitBlockCommandComment()
746 appendParagraphCommentWithKind(C->getParagraph(), ParagraphKind, in visitBlockCommandComment()