Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Support/
H A DScopedPrinter.h416 virtual void objectBegin() { scopedBegin('{'); } in objectBegin() function
418 virtual void objectBegin(StringRef Label) { scopedBegin(Label, '{'); } in objectBegin() function
693 void objectBegin() override { in objectBegin() function
697 void objectBegin(StringRef Label) override { in objectBegin() function
728 JOS.objectBegin(); in printFlagsImpl()
810 JOS.objectBegin(); in scopedBegin()
819 JOS.objectBegin(); in scopedBegin()
851 explicit DictScope(ScopedPrinter &W) : DelimitedScope(W) { W.objectBegin(); } in DictScope()
854 W.objectBegin(N); in DictScope()
859 W.objectBegin(); in setPrinter()
[all...]
H A DJSON.h1010 objectBegin(); in object()
1051 void objectBegin();
/llvm-project/llvm/tools/llvm-sim/
H A Dllvm-sim.cpp72 J.objectBegin(); in exportToFile()
/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h54 JOS.objectBegin(); in AddChild()
80 JOS.objectBegin(); in AddChild()
/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DHTMLLogger.cpp199 JOS.objectBegin(); in beginAnalysis()
201 JOS.objectBegin(); in beginAnalysis()
/llvm-project/lldb/source/Utility/
H A DStructuredData.cpp164 s.objectBegin(); in Serialize()
/llvm-project/clang-tools-extra/clangd/support/
H A DTrace.cpp36 Out.objectBegin(); in JSONTracer()
/llvm-project/llvm/lib/Support/
H A DTimeProfiler.cpp224 J.objectBegin(); in write()
H A DJSON.cpp859 void llvm::json::OStream::objectBegin() { in objectBegin() function in llvm::json::llvm::json::OStream
/llvm-project/llvm/unittests/Support/
H A DJSONTest.cpp601 J.objectBegin(); in TEST()
/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp1017 J.objectBegin(); in collectStatsForObjectFile()
/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp264 JOS.objectBegin(); in writeIncludeStack()