Lines Matching defs:ShouldWriteIntoJSON
380 StringRef FileNameFromCU, bool ShouldWriteIntoJSON,
388 if (ShouldWriteIntoJSON)
403 if (ShouldWriteIntoJSON)
424 bool ShouldWriteIntoJSON,
445 if (ShouldWriteIntoJSON)
462 if (ShouldWriteIntoJSON)
483 bool ShouldWriteIntoJSON, llvm::json::Array &Bugs) {
493 if (ShouldWriteIntoJSON)
635 bool ShouldWriteIntoJSON = !OrigDIVerifyBugsReportFilePath.empty();
640 FileNameFromCU, ShouldWriteIntoJSON, Bugs);
643 FileNameFromCU, ShouldWriteIntoJSON, Bugs);
646 FileNameFromCU, ShouldWriteIntoJSON, Bugs);
651 if (ShouldWriteIntoJSON && !Bugs.empty())