Searched refs:DiagText (Results 1 – 4 of 4) sorted by relevance
113 std::string DiagText; in check() local117 DiagText = "prefer ptr1 = std::move(ptr2) over ptr1.reset(ptr2.release())"; in check()119 DiagText = in check()124 diag(ResetMember->getExprLoc(), DiagText) << FixItHint::CreateReplacement( in check()
192 llvm::SmallString<100> DiagText; in handleAllResults() local193 Diag.second.EmitToString(getDiags(), DiagText); in handleAllResults()194 ErrorMessage = std::string(DiagText); in handleAllResults()
618 S->getName(), DiagText(*this, S->getValueAsString("Substitution"))); in DiagnosticTextBuilder()650 struct DiagText { struct662 DiagText(DiagnosticTextBuilder &Builder, StringRef Text) in DiagText() argument669 DiagText(DiagText &&O) noexcept in DiagText() function675 ~DiagText() { in ~DiagText() argument693 StringMap<DiagText> Substitutions;999 int DiagnosticTextBuilder::DiagText::parseModifier(StringRef &Text) const { in parseModifier()1011 Piece *DiagnosticTextBuilder::DiagText::parseDiagText(StringRef &Text, in parseDiagText()1156 DiagText D(*this, Text); in buildForDocumentation()1174 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()