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

References

tools/clang/tools/extra/clangd/Transport.h
   86                  JSONStreamStyle = JSONStreamStyle::Standard);
tools/clang/tools/extra/clangd/tool/ClangdMain.cpp
  323         clEnumValN(JSONStreamStyle::Standard, "standard", "usual LSP protocol"),
  326     init(JSONStreamStyle::Standard),
tools/clang/tools/extra/clangd/unittests/JSONTransportTests.cpp
  106       /*Pretty=*/false, JSONStreamStyle::Standard);
  192                      /*Pretty=*/false, JSONStreamStyle::Standard);