Home
last modified time | relevance | path

Searched refs: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>; argument
794 DiagTextDocPrinter(DiagnosticTextBuilder &Builder, in DiagTextDocPrinter() function
833 DiagTextDocPrinter Visitor{Builder, Lines}; in VisitMulti()
1184 DiagTextDocPrinter{*this, Result}.Visit(D.Root); in buildForDocumentation()