Lines Matching refs:fromJSON

54 bool fromJSON(const llvm::json::Value &E, URIForFile &R, llvm::json::Path P) {  in fromJSON()  function
88 bool fromJSON(const llvm::json::Value &Params, TextDocumentIdentifier &R, in fromJSON() function
100 bool fromJSON(const llvm::json::Value &Params, in fromJSON() function
103 return fromJSON(Params, static_cast<TextDocumentIdentifier &>(R), P) && O && in fromJSON()
107 bool fromJSON(const llvm::json::Value &Params, Position &R, in fromJSON() function
124 bool fromJSON(const llvm::json::Value &Params, Range &R, llvm::json::Path P) { in fromJSON() function
151 bool fromJSON(const llvm::json::Value &Params, TextDocumentItem &R, in fromJSON() function
158 bool fromJSON(const llvm::json::Value &Params, TextEdit &R, in fromJSON() function
177 bool fromJSON(const llvm::json::Value &E, TraceLevel &Out, llvm::json::Path P) { in fromJSON() function
195 bool fromJSON(const llvm::json::Value &E, SymbolKind &Out, llvm::json::Path P) { in fromJSON() function
206 bool fromJSON(const llvm::json::Value &E, SymbolKindBitset &Out, in fromJSON() function
211 if (fromJSON((*A)[I], KindOut, P.index(I))) in fromJSON()
296 bool fromJSON(const llvm::json::Value &Params, ClientCapabilities &R, in fromJSON() function
327 if (fromJSON(Format, R.CompletionDocumentationFormat, P)) in fromJSON()
335 if (!fromJSON(*ValueSet, *R.CompletionItemKinds, in fromJSON()
358 if (fromJSON(Format, R.HoverContentFormat, P)) in fromJSON()
382 if (!fromJSON(*ValueSet, *R.WorkspaceSymbolKinds, in fromJSON()
400 if (!fromJSON(*OffsetEncoding, *R.offsetEncoding, in fromJSON()
407 bool fromJSON(const llvm::json::Value &Params, InitializeParams &R, in fromJSON() function
469 bool fromJSON(const llvm::json::Value &Params, DidOpenTextDocumentParams &R, in fromJSON() function
475 bool fromJSON(const llvm::json::Value &Params, DidCloseTextDocumentParams &R, in fromJSON() function
481 bool fromJSON(const llvm::json::Value &Params, DidSaveTextDocumentParams &R, in fromJSON() function
487 bool fromJSON(const llvm::json::Value &Params, DidChangeTextDocumentParams &R, in fromJSON() function
496 bool fromJSON(const llvm::json::Value &E, FileChangeType &Out, in fromJSON() function
508 bool fromJSON(const llvm::json::Value &Params, FileEvent &R, in fromJSON() function
514 bool fromJSON(const llvm::json::Value &Params, DidChangeWatchedFilesParams &R, in fromJSON() function
520 bool fromJSON(const llvm::json::Value &Params, in fromJSON() function
527 bool fromJSON(const llvm::json::Value &Params, DocumentRangeFormattingParams &R, in fromJSON() function
533 bool fromJSON(const llvm::json::Value &Params, in fromJSON() function
540 bool fromJSON(const llvm::json::Value &Params, DocumentFormattingParams &R, in fromJSON() function
546 bool fromJSON(const llvm::json::Value &Params, DocumentSymbolParams &R, in fromJSON() function
579 bool fromJSON(const llvm::json::Value &Params, Diagnostic &R, in fromJSON() function
599 bool fromJSON(const llvm::json::Value &Params, CodeActionContext &R, in fromJSON() function
630 bool fromJSON(const llvm::json::Value &Params, CodeActionParams &R, in fromJSON() function
637 bool fromJSON(const llvm::json::Value &Params, WorkspaceEdit &R, in fromJSON() function
648 bool fromJSON(const llvm::json::Value &Params, ExecuteCommandParams &R, in fromJSON() function
657 fromJSON(Args->front(), R.workspaceEdit, in fromJSON()
662 fromJSON(Args->front(), R.tweakArgs, P.field("arguments").index(0)); in fromJSON()
723 bool fromJSON(const llvm::json::Value &Params, WorkspaceSymbolParams &R, in fromJSON() function
786 bool fromJSON(const llvm::json::Value &Params, TweakArgs &A, in fromJSON() function
802 bool fromJSON(const llvm::json::Value &Response, ApplyWorkspaceEditResponse &R, in fromJSON() function
809 bool fromJSON(const llvm::json::Value &Params, TextDocumentPositionParams &R, in fromJSON() function
816 bool fromJSON(const llvm::json::Value &Params, CompletionContext &R, in fromJSON() function
827 bool fromJSON(const llvm::json::Value &Params, CompletionParams &R, in fromJSON() function
829 if (!fromJSON(Params, static_cast<TextDocumentPositionParams &>(R), P)) in fromJSON()
832 return fromJSON(*Context, R.context, P.field("context")); in fromJSON()
846 bool fromJSON(const llvm::json::Value &V, MarkupKind &K, llvm::json::Path P) { in fromJSON() function
886 bool fromJSON(const llvm::json::Value &E, CompletionItemKind &Out, in fromJSON() function
920 bool fromJSON(const llvm::json::Value &E, CompletionItemKindBitset &Out, in fromJSON() function
925 if (fromJSON((*A)[I], KindOut, P.index(I))) in fromJSON()
1020 bool fromJSON(const llvm::json::Value &Params, RenameParams &R, in fromJSON() function
1083 bool fromJSON(const llvm::json::Value &Params, SemanticTokensParams &R, in fromJSON() function
1089 bool fromJSON(const llvm::json::Value &Params, SemanticTokensDeltaParams &R, in fromJSON() function
1106 bool fromJSON(const llvm::json::Value &Params, in fromJSON() function
1112 bool fromJSON(const llvm::json::Value &Params, ClangdCompileCommand &CDbUpdate, in fromJSON() function
1119 bool fromJSON(const llvm::json::Value &Params, ConfigurationSettings &S, in fromJSON() function
1128 bool fromJSON(const llvm::json::Value &Params, InitializationOptions &Opts, in fromJSON() function
1134 return fromJSON(Params, Opts.ConfigSettings, P) && in fromJSON()
1140 bool fromJSON(const llvm::json::Value &E, TypeHierarchyDirection &Out, in fromJSON() function
1152 bool fromJSON(const llvm::json::Value &Params, TypeHierarchyParams &R, in fromJSON() function
1185 bool fromJSON(const llvm::json::Value &Params, TypeHierarchyItem &I, in fromJSON() function
1199 bool fromJSON(const llvm::json::Value &Params, in fromJSON() function
1206 bool fromJSON(const llvm::json::Value &Params, ReferenceParams &R, in fromJSON() function
1209 return fromJSON(Params, Base, P); in fromJSON()
1231 bool fromJSON(const llvm::json::Value &Params, CallHierarchyItem &I, in fromJSON() function
1244 bool fromJSON(const llvm::json::Value &Params, in fromJSON() function
1254 bool fromJSON(const llvm::json::Value &Params, in fromJSON() function
1278 bool fromJSON(const llvm::json::Value &V, OffsetEncoding &OE, in fromJSON() function
1313 bool fromJSON(const llvm::json::Value &Params, SelectionRangeParams &S, in fromJSON() function
1328 bool fromJSON(const llvm::json::Value &Params, DocumentLinkParams &R, in fromJSON() function
1341 bool fromJSON(const llvm::json::Value &Params, FoldingRangeParams &R, in fromJSON() function
1374 bool fromJSON(const llvm::json::Value &Params, ASTParams &R, in fromJSON() function