Home
last modified time | relevance | path

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

/external/clang/lib/Index/
DCommentToXML.cpp693 StringRef ParagraphKind) { in appendParagraphCommentWithKind() argument
697 if (ParagraphKind.empty()) in appendParagraphCommentWithKind()
700 Result << "<Para kind=\"" << ParagraphKind << "\">"; in appendParagraphCommentWithKind()
711 StringRef ParagraphKind; in visitBlockCommandComment() local
732 ParagraphKind = C->getCommandName(Traits); in visitBlockCommandComment()
737 appendParagraphCommentWithKind(C->getParagraph(), ParagraphKind); in visitBlockCommandComment()