Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DTrainingLogger.cpp38 JOS.attributeBegin("score"); in writeHeader()
43 JOS.attributeBegin("advice"); in writeHeader()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-sim/
H A Dllvm-sim.cpp78 J.attributeBegin(SimOptionStr); in exportToFile()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DJSON.cpp298 JOS.attributeBegin(KV->first); in abbreviateChildren()
338 JOS.attributeBegin(KV->first); in printErrorContext()
882 void llvm::json::OStream::attributeBegin(llvm::StringRef Key) { in attributeBegin() function in llvm::json::llvm::json::OStream
H A DTimeProfiler.cpp160 J.attributeBegin("traceEvents"); in write()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DScopedPrinter.h630 JOS.attributeBegin(Label); in printNumber()
788 JOS.attributeBegin("Value"); in printNumberImpl()
822 JOS.attributeBegin(Label); in scopedBegin()
H A DJSON.h1051 void attributeBegin(llvm::StringRef Key);
1058 attributeBegin(Key); in attributeImpl()
/freebsd-14.2/contrib/llvm-project/lldb/source/Utility/
H A DStructuredData.cpp176 s.attributeBegin(pair.first); in Serialize()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h74 JOS.attributeBegin(LabelStr); in AddChild()
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DHTMLLogger.cpp199 JOS->attributeBegin("states"); in beginAnalysis()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp230 JOS.attributeBegin("includedFrom"); in writeIncludeStack()