• Home
  • Raw
  • Download

Lines Matching defs:toJSON

78 llvm::json::Value toJSON(const URIForFile &U) { return U.uri(); }  in toJSON()  function
84 llvm::json::Value toJSON(const TextDocumentIdentifier &R) { in toJSON() function
94 llvm::json::Value toJSON(const VersionedTextDocumentIdentifier &R) { in toJSON() function
113 llvm::json::Value toJSON(const Position &P) { in toJSON() function
129 llvm::json::Value toJSON(const Range &P) { in toJSON() function
140 llvm::json::Value toJSON(const Location &P) { in toJSON() function
164 llvm::json::Value toJSON(const TextEdit &P) { in toJSON() function
423 llvm::json::Value toJSON(const WorkDoneProgressCreateParams &P) { in toJSON() function
427 llvm::json::Value toJSON(const WorkDoneProgressBegin &P) { in toJSON() function
441 llvm::json::Value toJSON(const WorkDoneProgressReport &P) { in toJSON() function
453 llvm::json::Value toJSON(const WorkDoneProgressEnd &P) { in toJSON() function
461 llvm::json::Value toJSON(const MessageType &R) { in toJSON() function
465 llvm::json::Value toJSON(const ShowMessageParams &R) { in toJSON() function
552 llvm::json::Value toJSON(const DiagnosticRelatedInformation &DRI) { in toJSON() function
559 llvm::json::Value toJSON(const Diagnostic &D) { in toJSON() function
589 llvm::json::Value toJSON(const PublishDiagnosticsParams &PDP) { in toJSON() function
666 llvm::json::Value toJSON(const SymbolInformation &P) { in toJSON() function
689 llvm::json::Value toJSON(const SymbolDetails &P) { in toJSON() function
729 llvm::json::Value toJSON(const Command &C) { in toJSON() function
742 llvm::json::Value toJSON(const CodeAction &CA) { in toJSON() function
761 llvm::json::Value toJSON(const DocumentSymbol &S) { in toJSON() function
777 llvm::json::Value toJSON(const WorkspaceEdit &WE) { in toJSON() function
793 llvm::json::Value toJSON(const TweakArgs &A) { in toJSON() function
798 llvm::json::Value toJSON(const ApplyWorkspaceEditParams &Params) { in toJSON() function
867 llvm::json::Value toJSON(const MarkupContent &MC) { in toJSON() function
877 llvm::json::Value toJSON(const Hover &H) { in toJSON() function
933 llvm::json::Value toJSON(const CompletionItem &CI) { in toJSON() function
970 llvm::json::Value toJSON(const CompletionList &L) { in toJSON() function
977 llvm::json::Value toJSON(const ParameterInformation &PI) { in toJSON() function
991 llvm::json::Value toJSON(const SignatureInformation &SI) { in toJSON() function
1008 llvm::json::Value toJSON(const SignatureHelp &SH) { in toJSON() function
1027 llvm::json::Value toJSON(const DocumentHighlight &DH) { in toJSON() function
1034 llvm::json::Value toJSON(const FileStatus &FStatus) { in toJSON() function
1062 llvm::json::Value toJSON(const SemanticTokens &Tokens) { in toJSON() function
1067 llvm::json::Value toJSON(const SemanticTokensEdit &Edit) { in toJSON() function
1074 llvm::json::Value toJSON(const SemanticTokensOrDelta &TE) { in toJSON() function
1165 llvm::json::Value toJSON(const TypeHierarchyItem &I) { in toJSON() function
1212 llvm::json::Value toJSON(SymbolTag Tag) { in toJSON() function
1216 llvm::json::Value toJSON(const CallHierarchyItem &I) { in toJSON() function
1250 llvm::json::Value toJSON(const CallHierarchyIncomingCall &C) { in toJSON() function
1260 llvm::json::Value toJSON(const CallHierarchyOutgoingCall &C) { in toJSON() function
1277 llvm::json::Value toJSON(const OffsetEncoding &OE) { return toString(OE); } in toJSON() function
1300 toJSON(const TheiaSemanticHighlightingInformation &Highlighting) { in toJSON() function
1306 llvm::json::Value toJSON(const TheiaSemanticHighlightingParams &Highlighting) { in toJSON() function
1320 llvm::json::Value toJSON(const SelectionRange &Out) { in toJSON() function
1334 llvm::json::Value toJSON(const DocumentLink &DocumentLink) { in toJSON() function
1347 llvm::json::Value toJSON(const FoldingRange &Range) { in toJSON() function
1361 llvm::json::Value toJSON(const MemoryTree &MT) { in toJSON() function
1380 llvm::json::Value toJSON(const ASTNode &N) { in toJSON() function