Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp937 struct DiagTextPrinter : DiagTextVisitor<DiagTextPrinter> { struct
939 using BaseTy = DiagTextVisitor<DiagTextPrinter>; argument
940 DiagTextPrinter(DiagnosticTextBuilder &Builder, std::string &Result) in DiagTextPrinter() function
1193 DiagTextPrinter{*this, Result}.Visit(D.Root); in buildForDefinition()