Lines Matching refs:adjustLocForChunkOffset
1395 void adjustLocForChunkOffset(lsp::Range &range) { in adjustLocForChunkOffset() function
1396 adjustLocForChunkOffset(range.start); in adjustLocForChunkOffset()
1397 adjustLocForChunkOffset(range.end); in adjustLocForChunkOffset()
1401 void adjustLocForChunkOffset(lsp::Position &pos) { pos.line += lineOffset; } in adjustLocForChunkOffset() function
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()
1588 chunk.adjustLocForChunkOffset(symbol->selectionRange); in findDocumentSymbols()
1609 chunk.adjustLocForChunkOffset(item.textEdit->range); in getCodeCompletion()
1611 chunk.adjustLocForChunkOffset(edit.range); in getCodeCompletion()
1635 chunkIt->adjustLocForChunkOffset(hint.position); in getInlayHints()
1701 chunk->adjustLocForChunkOffset(diag.range); in initialize()
1707 chunk->adjustLocForChunkOffset(it.location.range); in initialize()