Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DCommentToXML.cpp689 StringRef ParagraphKind) { in appendParagraphCommentWithKind() argument
693 if (ParagraphKind.empty()) in appendParagraphCommentWithKind()
696 Result << "<Para kind=\"" << ParagraphKind << "\">"; in appendParagraphCommentWithKind()
707 StringRef ParagraphKind; in visitBlockCommandComment() local
728 ParagraphKind = C->getCommandName(Traits); in visitBlockCommandComment()
734 appendParagraphCommentWithKind(C->getParagraph(), ParagraphKind); in visitBlockCommandComment()