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.cpp548 StringRef ParagraphKind,
689 const ParagraphComment *C, StringRef ParagraphKind, in appendParagraphCommentWithKind() argument
694 if (ParagraphKind.empty()) in appendParagraphCommentWithKind()
697 Result << "<Para kind=\"" << ParagraphKind << "\">"; in appendParagraphCommentWithKind()
711 StringRef ParagraphKind; in visitBlockCommandComment() local
739 ParagraphKind = C->getCommandName(Traits); in visitBlockCommandComment()
745 appendParagraphCommentWithKind(C->getParagraph(), ParagraphKind, in visitBlockCommandComment()