Lines Matching refs:adjustLocForChunkOffset
856 void adjustLocForChunkOffset(lsp::Range &range) { in adjustLocForChunkOffset() function
857 adjustLocForChunkOffset(range.start); in adjustLocForChunkOffset()
858 adjustLocForChunkOffset(range.end); in adjustLocForChunkOffset()
862 void adjustLocForChunkOffset(lsp::Position &pos) { pos.line += lineOffset; } in adjustLocForChunkOffset() function
954 chunk->adjustLocForChunkOffset(diag.range); in MLIRTextFile()
960 chunk->adjustLocForChunkOffset(it.location.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()
1033 chunk.adjustLocForChunkOffset(symbol->selectionRange); in findDocumentSymbols()
1054 chunk.adjustLocForChunkOffset(item.textEdit->range); in getCodeCompletion()
1056 chunk.adjustLocForChunkOffset(edit.range); in getCodeCompletion()
1107 chunk.adjustLocForChunkOffset(edit.range); in getCodeActions()