Searched refs:MLIRTextFileChunk (Results 1 – 1 of 1) sorted by relevance
848 struct MLIRTextFileChunk { struct849 MLIRTextFileChunk(MLIRContext &context, uint64_t lineOffset, in MLIRTextFileChunk() function907 MLIRTextFileChunk &getChunkFor(lsp::Position &pos);923 std::vector<std::unique_ptr<MLIRTextFileChunk>> chunks;940 chunks.emplace_back(std::make_unique<MLIRTextFileChunk>( in MLIRTextFile()970 MLIRTextFileChunk &chunk = getChunkFor(defPos); in getLocationsOf()984 MLIRTextFileChunk &chunk = getChunkFor(pos); in findReferencesOf()997 MLIRTextFileChunk &chunk = getChunkFor(hoverPos); in findHover()1014 MLIRTextFileChunk &chunk = *chunks[i]; in findDocumentSymbols()1047 MLIRTextFileChunk &chunk = getChunkFor(completePos); in getCodeCompletion()[all …]