reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Definitions

include/llvm/Support/JSON.h
  561 inline bool fromJSON(const Value &E, std::string &Out) {
  568 inline bool fromJSON(const Value &E, int &Out) {
  589 inline bool fromJSON(const Value &E, bool &Out) {
  607 template <typename T> bool fromJSON(const Value &E, std::vector<T> &Out) {
  619 bool fromJSON(const Value &E, std::map<std::string, T> &Out) {
tools/clang/tools/extra/clangd/Protocol.cpp
   53 bool fromJSON(const llvm::json::Value &E, URIForFile &R) {
  108 bool fromJSON(const llvm::json::Value &Params, Range &R) {
  159 bool fromJSON(const llvm::json::Value &E, TraceLevel &Out) {
  519 bool fromJSON(const llvm::json::Value &Params, WorkspaceEdit &R) {
  658 bool fromJSON(const llvm::json::Value &Params, TweakArgs &A) {