Home
last modified time | relevance | path

Searched refs:attributeArray (Results 1 – 14 of 14) sorted by relevance

/llvm-project/llvm/include/llvm/Support/
H A DScopedPrinter.h680 JOS.attributeArray(Label, [&]() { in printList()
726 JOS.attributeArray("Flags", [&]() { in printFlagsImpl()
741 JOS.attributeArray("Flags", [&]() { in printFlagsImpl()
750 JOS.attributeArray(Label, [&]() { in printListImpl()
758 JOS.attributeArray(Label, [&]() { in printHexListImpl()
801 JOS.attributeArray("Bytes", [&]() {
H A DJSON.h1038 void attributeArray(llvm::StringRef Key, Block Contents) { in attributeArray() function
/llvm-project/llvm/lib/Analysis/
H A DTrainingLogger.cpp33 JOS.attributeArray("features", [&]() { in writeHeader()
H A DTensorSpec.cpp55 OS.attributeArray("shape", [&]() { in toJSON()
/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DHTMLLogger.cpp209 JOS.attributeArray("timeline", [&] { in endAnalysis()
322 JOS.attributeArray("iters", [&] { in writeBlock()
332 JOS.attributeArray("elements", [&] { in writeBlock()
/llvm-project/libc/benchmarks/
H A DJSON.cpp296 JOS.attributeArray("Caches", [&]() { in serialize()
317 JOS.attributeArray("Measurements", [&]() { in serializeToJson()
/llvm-project/clang-tools-extra/pseudo/tool/
H A DHTMLForest.cpp
/llvm-project/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp271 JOS.attributeArray("includes", [&] { in EndOfMainFile()
/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp247 JOS.attributeArray("templateArgsAsWritten", [Args, this] { in Visit()
1012 JOS.attributeArray("bases", [this, RD] { in VisitCXXRecordDecl()
1465 JOS.attributeArray("lookups", [this, ULE] { in VisitAddrLabelExpr()
1538 JOS.attributeArray("cleanups", [this, EWC] { in VisitExprWithCleanups()
1605 JOS.attributeArray("explicitTemplateArgs", [DSME, this] { in VisitCXXDependentScopeMemberExpr()
/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp91 JOS.attributeArray("calls", [&] { in dumpFunctionProfileJson()
113 JOS.attributeArray( in dumpFunctionProfileJson()
127 JOS.attributeArray("body", [&] { DumpBody(BodySamples); }); in dumpFunctionProfileJson()
131 JOS.attributeArray("callsites", in dumpFunctionProfileJson()
/llvm-project/llvm/unittests/Support/
H A DJSONTest.cpp589 J.attributeArray("foo", [&] { in TEST()
/llvm-project/lldb/source/Target/
H A DTraceDumper.cpp336 m_j.attributeArray("tracedSegments", [&] { in DumpFunctionCallTree()
/llvm-project/llvm/tools/sancov/
H A Dsancov.cpp344 W.attributeArray("covered-points", [&] { in operator <<()
/llvm-project/clang-tools-extra/clang-doc/
H A DHTMLGenerator.cpp1076 J.attributeArray("Children", [&] { in createResources()