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.cpp550 StringRef PrependBodyText);
691 StringRef PrependBodyText) { in appendParagraphCommentWithKind() argument
692 if (C->isWhitespace() && PrependBodyText.empty()) in appendParagraphCommentWithKind()
700 if (!PrependBodyText.empty()) in appendParagraphCommentWithKind()
701 Result << PrependBodyText << " "; in appendParagraphCommentWithKind()