Home
last modified time | relevance | path

Searched defs:DiagTextDocPrinter (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp792 struct DiagTextDocPrinter : DiagTextVisitor<DiagTextDocPrinter> { struct
793 using BaseTy = DiagTextVisitor<DiagTextDocPrinter>;
794 DiagTextDocPrinter(DiagnosticTextBuilder &Builder, in DiagTextDocPrinter() function
798 void gatherNodes( in gatherNodes()
814 void VisitMulti(MultiPiece *P) { in VisitMulti()
865 void VisitText(TextPiece *P) { in VisitText()
892 void VisitPlaceholder(PlaceholderPiece *P) { in VisitPlaceholder()
897 void VisitSelect(SelectPiece *P) { in VisitSelect()
913 void VisitPlural(PluralPiece *P) { VisitSelect(P); } in VisitPlural()
915 void VisitDiff(DiffPiece *P) { in VisitDiff()
[all …]