Home
last modified time | relevance | path

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

/external/llvm-project/clang/utils/TableGen/
DClangDiagnosticsEmitter.cpp808 struct DiagTextDocPrinter : DiagTextVisitor<DiagTextDocPrinter> { struct
809 using BaseTy = DiagTextVisitor<DiagTextDocPrinter>; argument
810 DiagTextDocPrinter(DiagnosticTextBuilder &Builder, in DiagTextDocPrinter() function
849 DiagTextDocPrinter Visitor{Builder, Lines}; in VisitMulti()
1167 DiagTextDocPrinter{*this, Result}.Visit(D.Root); in buildForDocumentation()