Home
last modified time | relevance | path

Searched refs:DiagText (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp591 S->getName(), DiagText(*this, S->getValueAsString("Substitution"))); in DiagnosticTextBuilder()
623 struct DiagText { struct
635 DiagText(DiagnosticTextBuilder &Builder, StringRef Text) in DiagText() function
651 DiagText(DiagText &&O) noexcept in DiagText() argument
658 DiagText &operator=(DiagText &&) = delete;
662 DiagText(const DiagText &) = delete;
663 DiagText &operator=(const DiagText &) = delete;
665 ~DiagText() { in ~DiagText() argument
683 StringMap<DiagText> Substitutions;
1006 int DiagnosticTextBuilder::DiagText::parseModifier(StringRef &Text) const { in parseModifier()
[all …]