Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DPDLLServer.cpp143 auto popLastLine = [&]() -> Optional<StringRef> { in getDocumentationFor() local
153 if (!popLastLine()) in getDocumentationFor()
158 while (Optional<StringRef> line = popLastLine()) { in getDocumentationFor()