Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCXComment.cpp1017 StringRef ParagraphKind) { in appendParagraphCommentWithKind() argument
1021 if (ParagraphKind.empty()) in appendParagraphCommentWithKind()
1024 Result << "<Para kind=\"" << ParagraphKind << "\">"; in appendParagraphCommentWithKind()
1034 StringRef ParagraphKind; in visitBlockCommandComment() local
1055 ParagraphKind = C->getCommandName(Traits); in visitBlockCommandComment()
1060 appendParagraphCommentWithKind(C->getParagraph(), ParagraphKind); in visitBlockCommandComment()