Searched refs:DiagText (Results 1 – 1 of 1) sorted by relevance
623 struct DiagText { struct635 DiagText(DiagnosticTextBuilder &Builder, StringRef Text) in DiagText() function651 DiagText(DiagText &&O) noexcept in DiagText() argument658 DiagText &operator=(DiagText &&) = delete;662 DiagText(const DiagText &) = delete;663 DiagText &operator=(const DiagText &) = delete;665 ~DiagText() { in ~DiagText() argument683 StringMap<DiagText> Substitutions;1022 Piece *DiagnosticTextBuilder::DiagText::parseDiagText(StringRef &Text, in parseDiagText()1179 DiagText D(*this, Text); in buildForDocumentation()[all …]