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

References

tools/clang/tools/extra/clangd/Trace.cpp
   33     Out.objectBegin();
   34     Out.attribute("displayTimeUnit", "ns");
   35     Out.attributeBegin("traceEvents");
   36     Out.arrayBegin();
   44     Out.arrayEnd();
   45     Out.attributeEnd();
   46     Out.objectEnd();
   47     Out.flush();
  152     Out.object([&]{
  153       Out.attribute("pid", 0);
  154       Out.attribute("ph", Phase);
  156         Out.attribute(KV.first, KV.second);