Home
last modified time | relevance | path

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

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