Lines Matching defs:result

102   std::string result;  in percentDecode()  local
229 bool mlir::lsp::fromJSON(const llvm::json::Value &value, URIForFile &result, in fromJSON()
257 ClientCapabilities &result, llvm::json::Path path) { in fromJSON()
282 bool mlir::lsp::fromJSON(const llvm::json::Value &value, TraceLevel &result, in fromJSON()
302 InitializeParams &result, llvm::json::Path path) { in fromJSON()
317 TextDocumentItem &result, llvm::json::Path path) { in fromJSON()
333 TextDocumentIdentifier &result, in fromJSON()
352 VersionedTextDocumentIdentifier &result, in fromJSON()
362 bool mlir::lsp::fromJSON(const llvm::json::Value &value, Position &result, in fromJSON()
384 bool mlir::lsp::fromJSON(const llvm::json::Value &value, Range &result, in fromJSON()
405 bool mlir::lsp::fromJSON(const llvm::json::Value &value, Location &result, in fromJSON()
427 TextDocumentPositionParams &result, in fromJSON()
439 ReferenceContext &result, llvm::json::Path path) { in fromJSON()
445 ReferenceParams &result, llvm::json::Path path) { in fromJSON()
457 DidOpenTextDocumentParams &result, in fromJSON()
468 DidCloseTextDocumentParams &result, in fromJSON()
509 TextDocumentContentChangeEvent &result, in fromJSON()
517 DidChangeTextDocumentParams &result, in fromJSON()
557 llvm::json::Object result{{"contents", toJSON(hover.contents)}}; in toJSON() local
568 llvm::json::Object result{{"name", symbol.name}, in toJSON() local
585 DocumentSymbolParams &result, llvm::json::Path path) { in fromJSON()
595 DiagnosticRelatedInformation &result, in fromJSON()
614 llvm::json::Object result{ in toJSON() local
628 bool mlir::lsp::fromJSON(const llvm::json::Value &value, Diagnostic &result, in fromJSON()
661 bool mlir::lsp::fromJSON(const llvm::json::Value &value, TextEdit &result, in fromJSON()
685 CompletionItemKind &result, llvm::json::Path path) { in fromJSON()
719 CompletionItemKindBitset &result, in fromJSON()
738 llvm::json::Object result{{"label", value.label}}; in toJSON() local
791 CompletionContext &result, llvm::json::Path path) { in fromJSON()
806 CompletionParams &result, llvm::json::Path path) { in fromJSON()
821 llvm::json::Object result; in toJSON() local
838 llvm::json::Object result{ in toJSON() local
873 DocumentLinkParams &result, llvm::json::Path path) { in fromJSON()
894 InlayHintsParams &result, llvm::json::Path path) { in fromJSON()
936 CodeActionContext &result, llvm::json::Path path) { in fromJSON()
949 CodeActionParams &result, llvm::json::Path path) { in fromJSON()
959 bool mlir::lsp::fromJSON(const llvm::json::Value &value, WorkspaceEdit &result, in fromJSON()