Searched defs:changes (Results 1 – 9 of 9) sorted by relevance
/llvm-project/clang/utils/ |
H A D | token-delta.py | 17 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 D | HTMLLogger.js | 16 function updateSelection(changes, data) { argument
|
/llvm-project/llvm/docs/ |
H A D | ProgrammersManual.rst | 2917 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 D | TableGenServer.cpp | 417 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 D | PDLLServer.cpp | 1453 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 D | Protocol.cpp | 536 ArrayRef<TextDocumentContentChangeEvent> changes, std::string &contents) { in applyTo()
|
/llvm-project/mlir/include/mlir/Tools/lsp-server-support/ |
H A D | Protocol.h | 1189 std::map<std::string, std::vector<TextEdit>> changes; member
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | Protocol.h | 1012 /// the latter are preferred over changes. member 829 std::vector<FileEvent> changes; global() member [all...] |
/llvm-project/lld/ELF/ |
H A D | Writer.cpp | 1492 std::pair<const OutputSection *, const Defined *> changes = finalizeAddressDependentContent() local [all...] |