Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-sim/
H A Dllvm-sim.cpp78 J.attributeBegin(SimOptionStr); in exportToFile()
/llvm-project-15.0.7/llvm/lib/Support/
H A DJSON.cpp295 JOS.attributeBegin(KV->first); in abbreviateChildren()
335 JOS.attributeBegin(KV->first); in printErrorContext()
879 void llvm::json::OStream::attributeBegin(llvm::StringRef Key) { in attributeBegin() function in llvm::json::llvm::json::OStream
H A DTimeProfiler.cpp136 J.attributeBegin("traceEvents"); in write()
/llvm-project-15.0.7/lldb/source/Utility/
H A DStructuredData.cpp161 s.attributeBegin(pair.first.GetStringRef()); in Serialize()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DScopedPrinter.h580 JOS.attributeBegin(Label); in printNumber()
738 JOS.attributeBegin("RawValue"); in printNumberImpl()
772 JOS.attributeBegin(Label); in scopedBegin()
H A DJSON.h1029 void attributeBegin(llvm::StringRef Key);
1036 attributeBegin(Key); in attributeImpl()
/llvm-project-15.0.7/clang-tools-extra/clangd/support/
H A DTrace.cpp38 Out.attributeBegin("traceEvents"); in JSONTracer()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DJSONNodeDumper.h74 JOS.attributeBegin(LabelStr); in AddChild()
/llvm-project-15.0.7/llvm/unittests/Support/
H A DJSONTest.cpp562 J.attributeBegin("bar"); in TEST()
/llvm-project-15.0.7/clang/lib/AST/
H A DJSONNodeDumper.cpp228 JOS.attributeBegin("includedFrom"); in writeIncludeStack()