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

Declarations

tools/clang/tools/extra/clangd/Protocol.h
  861 llvm::json::Value toJSON(const SymbolDetails &);

References

include/llvm/Support/JSON.h
  358   Value(const T &V) : Value(toJSON(V)) {}
tools/clang/tools/extra/clangd/Protocol.cpp
  594   O << S.name << " - " << toJSON(S);