Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp623 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;
1022 Piece *DiagnosticTextBuilder::DiagText::parseDiagText(StringRef &Text, in parseDiagText()
1179 DiagText D(*this, Text); in buildForDocumentation()
[all …]