Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp943 struct DiagTextPrinter : DiagTextVisitor<DiagTextPrinter> { struct
945 using BaseTy = DiagTextVisitor<DiagTextPrinter>; argument
946 DiagTextPrinter(DiagnosticTextBuilder &Builder, std::string &Result) in DiagTextPrinter() function
1199 DiagTextPrinter{*this, Result}.Visit(D.Root); in buildForDefinition()