Searched refs:commentLines (Results 1 – 1 of 1) sorted by relevance
157 SmallVector<StringRef> commentLines; in getDocumentationFor() local164 commentLines.push_back(line->drop_while([](char c) { return c == '/'; })); in getDocumentationFor()167 if (commentLines.empty()) in getDocumentationFor()169 return llvm::join(llvm::reverse(commentLines), "\n"); in getDocumentationFor()