Searched refs:CanonicalErrorMessage (Results 1 – 1 of 1) sorted by relevance
181 Optional<std::string> CanonicalErrorMessage; in handleAllResults() local197 if (!CanonicalResult && !CanonicalErrorMessage) { in handleAllResults()201 CanonicalErrorMessage = std::move(ErrorMessage); in handleAllResults()206 if (CanonicalErrorMessage) { in handleAllResults()208 if (!HasResult && ErrorMessage == *CanonicalErrorMessage) in handleAllResults()230 if (CanonicalErrorMessage) in handleAllResults()231 llvm::errs() << "error '" << *CanonicalErrorMessage << "'\n"; in handleAllResults()234 if (HasResult && !CanonicalErrorMessage) { in handleAllResults()247 llvm::outs() << *CanonicalErrorMessage << "\n"; in handleAllResults()