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.h426 virtual void objectBegin() { scopedBegin('{'); } in objectBegin() function
428 virtual void objectBegin(StringRef Label) { scopedBegin(Label, '{'); } in objectBegin() function
709 void objectBegin() override { in objectBegin() function
713 void objectBegin(StringRef Label) override { in objectBegin() function
744 JOS.objectBegin(); in printFlagsImpl()
826 JOS.objectBegin(); in scopedBegin()
835 JOS.objectBegin(); in scopedBegin()
859 explicit DictScope(ScopedPrinter &W) : DelimitedScope(W) { W.objectBegin(); } in DictScope()
862 W.objectBegin(N); in DictScope()
867 W.objectBegin(); in setPrinter()
H A DJSON.h1027 objectBegin(); in object()
1068 LLVM_ABI 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.cpp199 JOS.objectBegin(); in beginAnalysis()
201 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.cpp224 J.objectBegin(); in write()
H A DJSON.cpp861 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.cpp1021 J.objectBegin(); in collectStatsForObjectFile()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp263 JOS.objectBegin(); in writeIncludeStack()