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

Declarations

include/llvm/Support/JSON.h
  810   void attributeBegin(llvm::StringRef Key);

References

include/llvm/Support/JSON.h
  815     attributeBegin(Key);
lib/Support/TimeProfiler.cpp
  111     J.attributeBegin("traceEvents");
tools/clang/include/clang/AST/JSONNodeDumper.h
   70         JOS.attributeBegin(LabelStr);
tools/clang/lib/AST/JSONNodeDumper.cpp
  187   JOS.attributeBegin("includedFrom");
tools/clang/tools/extra/clangd/Trace.cpp
   35     Out.attributeBegin("traceEvents");
tools/lldb/source/Utility/StructuredData.cpp
  163     s.attributeBegin(pair.first.AsCString());
unittests/Support/JSONTest.cpp
  400       J.attributeBegin("bar");