Home
last modified time | relevance | path

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

/external/clang/lib/Index/
DCommentToXML.cpp695 StringRef ParagraphKind) { in appendParagraphCommentWithKind() argument
699 if (ParagraphKind.empty()) in appendParagraphCommentWithKind()
702 Result << "<Para kind=\"" << ParagraphKind << "\">"; in appendParagraphCommentWithKind()
713 StringRef ParagraphKind; in visitBlockCommandComment() local
734 ParagraphKind = C->getCommandName(Traits); in visitBlockCommandComment()
739 appendParagraphCommentWithKind(C->getParagraph(), ParagraphKind); in visitBlockCommandComment()