Lines Matching defs:ShouldWriteIntoJSON
381 StringRef FileNameFromCU, bool ShouldWriteIntoJSON,
389 if (ShouldWriteIntoJSON)
404 if (ShouldWriteIntoJSON)
425 bool ShouldWriteIntoJSON,
446 if (ShouldWriteIntoJSON)
463 if (ShouldWriteIntoJSON)
484 bool ShouldWriteIntoJSON, llvm::json::Array &Bugs) {
494 if (ShouldWriteIntoJSON)
636 bool ShouldWriteIntoJSON = !OrigDIVerifyBugsReportFilePath.empty();
641 FileNameFromCU, ShouldWriteIntoJSON, Bugs);
644 FileNameFromCU, ShouldWriteIntoJSON, Bugs);
647 FileNameFromCU, ShouldWriteIntoJSON, Bugs);
652 if (ShouldWriteIntoJSON && !Bugs.empty())