Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Tools/tblgen-lsp-server/
H A DTableGenServer.cpp250 LogicalResult update(const lsp::URIForFile &uri, int64_t newVersion,
279 void initialize(const lsp::URIForFile &uri, int64_t newVersion,
322 TableGenTextFile::update(const lsp::URIForFile &uri, int64_t newVersion, in update() argument
331 initialize(uri, newVersion, diagnostics); in update()
336 int64_t newVersion, in initialize() argument
338 version = newVersion; in initialize()
/llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DPDLLServer.cpp1427 LogicalResult update(const lsp::URIForFile &uri, int64_t newVersion,
1457 void initialize(const lsp::URIForFile &uri, int64_t newVersion,
1495 PDLTextFile::update(const lsp::URIForFile &uri, int64_t newVersion, in update() argument
1504 initialize(uri, newVersion, diagnostics); in update()
1675 void PDLTextFile::initialize(const lsp::URIForFile &uri, int64_t newVersion, in initialize() argument
1677 version = newVersion; in initialize()