Searched refs:DiagText (Results 1 – 1 of 1) sorted by relevance
591 S->getName(), DiagText(*this, S->getValueAsString("Substitution"))); in DiagnosticTextBuilder()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;1006 int DiagnosticTextBuilder::DiagText::parseModifier(StringRef &Text) const { in parseModifier()[all …]