Searched refs:MLIRTextFileChunk (Results 1 – 1 of 1) sorted by relevance
968 struct MLIRTextFileChunk { struct969 MLIRTextFileChunk(MLIRContext &context, uint64_t lineOffset, in MLIRTextFileChunk() function1028 MLIRTextFileChunk &getChunkFor(lsp::Position &pos);1044 std::vector<std::unique_ptr<MLIRTextFileChunk>> chunks;1058 chunks.emplace_back(std::make_unique<MLIRTextFileChunk>( in MLIRTextFile()1064 auto chunk = std::make_unique<MLIRTextFileChunk>(context, lineOffset, uri, in MLIRTextFile()1088 MLIRTextFileChunk &chunk = getChunkFor(defPos); in getLocationsOf()1102 MLIRTextFileChunk &chunk = getChunkFor(pos); in findReferencesOf()1115 MLIRTextFileChunk &chunk = getChunkFor(hoverPos); in findHover()1132 MLIRTextFileChunk &chunk = *chunks[i]; in findDocumentSymbols()[all …]