Home
last modified time | relevance | path

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

/freebsd/contrib/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()
H A DJSON.h1010 objectBegin(); in object()
1051 void objectBegin();
/freebsd/contrib/llvm-project/llvm/tools/llvm-sim/
H A Dllvm-sim.cpp72 J.objectBegin(); in exportToFile()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h54 JOS.objectBegin(); in AddChild()
80 JOS.objectBegin(); in AddChild()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DHTMLLogger.cpp200 JOS.objectBegin(); in beginAnalysis()
202 JOS.objectBegin(); in beginAnalysis()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStructuredData.cpp164 s.objectBegin(); in Serialize()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DTimeProfiler.cpp184 J.objectBegin(); in write()
H A DJSON.cpp859 void llvm::json::OStream::objectBegin() { in objectBegin() function in llvm::json::llvm::json::OStream
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp1017 J.objectBegin(); in collectStatsForObjectFile()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp264 JOS.objectBegin(); in writeIncludeStack()