Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp487 JOS.attributeArray("modules", [&] { in printFullOutput()
494 JOS.attributeArray("clang-module-deps", in printFullOutput()
498 JOS.attributeArray("command-line", in printFullOutput()
501 JOS.attributeArray("file-deps", [&] { in printFullOutput()
509 JOS.attributeArray("link-libraries", in printFullOutput()
516 JOS.attributeArray("translation-units", [&] { in printFullOutput()
519 JOS.attributeArray("commands", [&] { in printFullOutput()
528 JOS.attributeArray("named-module-deps", [&] { in printFullOutput()
532 JOS.attributeArray("clang-module-deps", in printFullOutput()
534 JOS.attributeArray("command-line", in printFullOutput()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DScopedPrinter.h696 JOS.attributeArray(Label, [&]() { in printList()
742 JOS.attributeArray("Flags", [&]() { in printFlagsImpl()
757 JOS.attributeArray("Flags", [&]() { in printFlagsImpl()
766 JOS.attributeArray(Label, [&]() { in printListImpl()
774 JOS.attributeArray(Label, [&]() { in printHexListImpl()
817 JOS.attributeArray("Bytes", [&]() {
H A DJSON.h1055 void attributeArray(llvm::StringRef Key, Block Contents) { in attributeArray() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTrainingLogger.cpp33 JOS.attributeArray("features", [&]() {
H A DTensorSpec.cpp55 OS.attributeArray("shape", [&]() { in toJSON()
/freebsd/contrib/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()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp324 JOS.attributeArray("includes", [&] { in EndOfMainFile()
398 JOS.attributeArray("includes", [&] { in EndOfMainFile()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp246 JOS.attributeArray("templateArgsAsWritten", [Args, this] { in Visit()
1016 JOS.attributeArray("bases", [this, RD] { in VisitCXXRecordDecl()
1472 JOS.attributeArray("lookups", [this, ULE] { in VisitUnresolvedLookupExpr()
1545 JOS.attributeArray("cleanups", [this, EWC] { in VisitExprWithCleanups()
1612 JOS.attributeArray("explicitTemplateArgs", [DSME, this] { in VisitCXXDependentScopeMemberExpr()
/freebsd/contrib/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()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp2373 JOS.attributeArray("args", [&]() { in emitDistributorJson()
2388 JOS.attributeArray("jobs", [&]() { in emitDistributorJson()
2396 JOS.attributeArray("args", [&]() { in emitDistributorJson()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTraceDumper.cpp336 m_j.attributeArray("tracedSegments", [&] { in DumpFunctionCallTree()