Home
last modified time | relevance | path

Searched refs:objectBegin (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DScopedPrinter.h392 virtual void objectBegin() { scopedBegin('{'); } in objectBegin() function
394 virtual void objectBegin(StringRef Label) { scopedBegin(Label, '{'); } in objectBegin() function
643 void objectBegin() override { in objectBegin() function
647 void objectBegin(StringRef Label) override { in objectBegin() function
678 JOS.objectBegin(); in printFlagsImpl()
760 JOS.objectBegin(); in scopedBegin()
769 JOS.objectBegin(); in scopedBegin()
801 explicit DictScope(ScopedPrinter &W) : DelimitedScope(W) { W.objectBegin(); } in DictScope()
804 W.objectBegin(N); in DictScope()
809 W.objectBegin(); in setPrinter()
H A DJSON.h986 objectBegin(); in object()
1027 void objectBegin();
/llvm-project-15.0.7/llvm/tools/llvm-sim/
H A Dllvm-sim.cpp72 J.objectBegin(); in exportToFile()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DJSONNodeDumper.h54 JOS.objectBegin(); in AddChild()
80 JOS.objectBegin(); in AddChild()
/llvm-project-15.0.7/lldb/source/Utility/
H A DStructuredData.cpp159 s.objectBegin(); in Serialize()
/llvm-project-15.0.7/llvm/lib/Support/
H A DTimeProfiler.cpp135 J.objectBegin(); in write()
H A DJSON.cpp860 void llvm::json::OStream::objectBegin() { in objectBegin() function in llvm::json::llvm::json::OStream
/llvm-project-15.0.7/clang-tools-extra/clangd/support/
H A DTrace.cpp36 Out.objectBegin(); in JSONTracer()
/llvm-project-15.0.7/llvm/unittests/Support/
H A DJSONTest.cpp564 J.objectBegin(); in TEST()
/llvm-project-15.0.7/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp946 J.objectBegin(); in collectStatsForObjectFile()
/llvm-project-15.0.7/clang/lib/AST/
H A DJSONNodeDumper.cpp229 JOS.objectBegin(); in writeIncludeStack()