Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp549 StringRef PrependBodyText);
690 StringRef PrependBodyText) { in appendParagraphCommentWithKind() argument
691 if (C->isWhitespace() && PrependBodyText.empty()) in appendParagraphCommentWithKind()
699 if (!PrependBodyText.empty()) in appendParagraphCommentWithKind()
700 Result << PrependBodyText << " "; in appendParagraphCommentWithKind()