Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DPDLLServer.cpp157 SmallVector<StringRef> commentLines; in getDocumentationFor() local
164 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()