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

Declarations

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

References

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