Home
last modified time | relevance | path

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

/llvm-project/clang/utils/
H A Dtoken-delta.py17 def test(self, changes): argument
22 def getTestResult(self, changes): argument
35 def run(self, changes, force=False): argument
158 def writeFiles(self, changes, fileNames): argument
172 def test(self, changes): argument
/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DHTMLLogger.js16 function updateSelection(changes, data) { argument
/llvm-project/llvm/docs/
H A DProgrammersManual.rst2917 schanges_creatingMaking simple changes global() argument
2919 Creating and inserting new ``Instruction``\\ sMaking simple changes global() argument
3038 Deleting InstructionsMaking simple changes global() argument
3056 Replacing an Instruction with another ValueMaking simple changes global() argument
3114 Deleting GlobalVariablesMaking simple changes global() argument
/llvm-project/mlir/lib/Tools/tblgen-lsp-server/
H A DTableGenServer.cpp417 if (failed(lsp::TextDocumentContentChangeEvent::applyTo(changes, contents))) { in update() argument
683 updateDocument(const URIForFile & uri,ArrayRef<TextDocumentContentChangeEvent> changes,int64_t version,std::vector<Diagnostic> & diagnostics) updateDocument() argument
/llvm-project/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DPDLLServer.cpp1453 ArrayRef<lsp::TextDocumentContentChangeEvent> changes, in update() argument
1724 const URIForFile &uri, ArrayRef<TextDocumentContentChangeEvent> changes, in updateDocument() argument
/llvm-project/mlir/lib/Tools/lsp-server-support/
H A DProtocol.cpp536 ArrayRef<TextDocumentContentChangeEvent> changes, std::string &contents) { in applyTo()
/llvm-project/mlir/include/mlir/Tools/lsp-server-support/
H A DProtocol.h1189 std::map<std::string, std::vector<TextEdit>> changes; member
/llvm-project/clang-tools-extra/clangd/
H A DProtocol.h1012 /// the latter are preferred over changes. member
829 std::vector<FileEvent> changes; global() member
[all...]
/llvm-project/lld/ELF/
H A DWriter.cpp1492 std::pair<const OutputSection *, const Defined *> changes = finalizeAddressDependentContent() local
[all...]