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

Declarations

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

References

include/llvm/Support/JSON.h
  358   Value(const T &V) : Value(toJSON(V)) {}
tools/clang/tools/extra/clangd/Protocol.cpp
  756     Result["range"] = toJSON(*H.range);
  900       {"range", toJSON(DH.range)},