Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp935 struct DiagTextPrinter : DiagTextVisitor<DiagTextPrinter> { struct
937 using BaseTy = DiagTextVisitor<DiagTextPrinter>; argument
938 DiagTextPrinter(DiagnosticTextBuilder &Builder, std::string &Result) in DiagTextPrinter() function
1191 DiagTextPrinter{*this, Result}.Visit(D.Root); in buildForDefinition()