Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Tools/mlir-lsp-server/
H A DMLIRServer.cpp856 void adjustLocForChunkOffset(lsp::Range &range) { in adjustLocForChunkOffset() function
857 adjustLocForChunkOffset(range.start); in adjustLocForChunkOffset()
858 adjustLocForChunkOffset(range.end); in adjustLocForChunkOffset()
954 chunk->adjustLocForChunkOffset(diag.range); in MLIRTextFile()
978 chunk.adjustLocForChunkOffset(loc.range); in getLocationsOf()
992 chunk.adjustLocForChunkOffset(loc.range); in findReferencesOf()
1002 chunk.adjustLocForChunkOffset(*hoverInfo->range); in findHover()
1032 chunk.adjustLocForChunkOffset(symbol->range); in findDocumentSymbols()
1054 chunk.adjustLocForChunkOffset(item.textEdit->range); in getCodeCompletion()
1056 chunk.adjustLocForChunkOffset(edit.range); in getCodeCompletion()
[all …]
/llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DPDLLServer.cpp1395 void adjustLocForChunkOffset(lsp::Range &range) { in adjustLocForChunkOffset() function
1396 adjustLocForChunkOffset(range.start); in adjustLocForChunkOffset()
1397 adjustLocForChunkOffset(range.end); in adjustLocForChunkOffset()
1519 chunk.adjustLocForChunkOffset(loc.range); in getLocationsOf()
1533 chunk.adjustLocForChunkOffset(loc.range); in findReferencesOf()
1546 it->adjustLocForChunkOffset(link.range); in getDocumentLinks()
1557 chunk.adjustLocForChunkOffset(*hoverInfo->range); in findHover()
1587 chunk.adjustLocForChunkOffset(symbol->range); in findDocumentSymbols()
1611 chunk.adjustLocForChunkOffset(edit.range); in getCodeCompletion()
1635 chunkIt->adjustLocForChunkOffset(hint.position); in getInlayHints()
[all …]