Home
last modified time | relevance | path

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

/external/clang/lib/Index/
DCommentToXML.cpp694 StringRef ParagraphKind) { in appendParagraphCommentWithKind() argument
698 if (ParagraphKind.empty()) in appendParagraphCommentWithKind()
701 Result << "<Para kind=\"" << ParagraphKind << "\">"; in appendParagraphCommentWithKind()
712 StringRef ParagraphKind; in visitBlockCommandComment() local
733 ParagraphKind = C->getCommandName(Traits); in visitBlockCommandComment()
738 appendParagraphCommentWithKind(C->getParagraph(), ParagraphKind); in visitBlockCommandComment()