Home
last modified time | relevance | path

Searched defs:changes (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/utils/
H A Dtoken-delta.py16 def test(self, changes): argument
21 def getTestResult(self, changes): argument
34 def run(self, changes, force=False): argument
149 def writeFiles(self, changes, fileNames): argument
163 def test(self, changes): argument
/llvm-project-15.0.7/mlir/lib/Tools/tblgen-lsp-server/
H A DTableGenServer.cpp323 ArrayRef<lsp::TextDocumentContentChangeEvent> changes, in update()
469 const URIForFile &uri, ArrayRef<TextDocumentContentChangeEvent> changes, in updateDocument()
/llvm-project-15.0.7/llvm/docs/
H A DProgrammersManual.rst2780 .. _schanges_creating:
2782 Creating and inserting new ``Instruction``\ s
2932 Deleting Instructions
2950 Replacing an Instruction with another Value
3009 Deleting GlobalVariables
/llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DPDLLServer.cpp1496 ArrayRef<lsp::TextDocumentContentChangeEvent> changes, in update()
1769 const URIForFile &uri, ArrayRef<TextDocumentContentChangeEvent> changes, in updateDocument()
/llvm-project-15.0.7/mlir/lib/Tools/lsp-server-support/
H A DProtocol.cpp501 ArrayRef<TextDocumentContentChangeEvent> changes, std::string &contents) { in applyTo()
H A DProtocol.h1149 std::map<std::string, std::vector<TextEdit>> changes; member
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DProtocol.h761 std::vector<FileEvent> changes; member
951 std::map<std::string, std::vector<TextEdit>> changes; member