Lines Matching defs:PrintFatalError
599 llvm::PrintFatalError(
613 PrintFatalError("Failed to find substitution with name: " + S->Name);
617 [[noreturn]] void PrintFatalError(llvm::Twine const &Msg) const {
619 llvm::PrintFatalError(EvaluatingRecord->getLoc(), Msg);
753 Builder.PrintFatalError("Modifier value '" + std::to_string(Idx) +
1008 Builder.PrintFatalError("expected modifier in diagnostic");
1065 Builder.PrintFatalError("expected '" + Prefix + "' while parsing %" +
1071 Builder.PrintFatalError("Unknown modifier type: " + Modifier);
1091 Builder.PrintFatalError("expected ':' while parsing %plural");
1450 PrintFatalError(R.getLoc(), "Error " + R.getName() +
1458 PrintFatalError(R.getLoc(), "Error " + R.getName() +
1703 PrintFatalError("Invalid character in diagnostic group '" + I.first +
1870 PrintFatalError(
1923 PrintFatalError("The Documentation top-level definition is missing, "