Searched refs:DiagText (Results 1 – 3 of 3) sorted by relevance
193 llvm::SmallString<100> DiagText; in handleAllResults() local194 Diag.second.EmitToString(getDiags(), DiagText); in handleAllResults()195 ErrorMessage = std::string(DiagText); in handleAllResults()
591 S->getName(), DiagText(*this, S->getValueAsString("Substitution"))); in DiagnosticTextBuilder()623 struct DiagText { struct635 DiagText(DiagnosticTextBuilder &Builder, StringRef Text) in DiagText() argument651 DiagText(DiagText &&O) noexcept in DiagText() function657 ~DiagText() { in ~DiagText() argument675 StringMap<DiagText> Substitutions;1002 int DiagnosticTextBuilder::DiagText::parseModifier(StringRef &Text) const { in parseModifier()1014 Piece *DiagnosticTextBuilder::DiagText::parseDiagText(StringRef &Text, in parseDiagText()1171 DiagText D(*this, Text); in buildForDocumentation()1189 DiagText D(*this, Text); in buildForDefinition()
143 SmallString<16> DiagText; in HandleDiagnostic() local144 Info.FormatDiagnostic(DiagText); in HandleDiagnostic()145 llvm::errs() << DiagText << '\n'; in HandleDiagnostic()