Searched refs:DiffConsumer (Results 1 – 4 of 4) sorted by relevance
46 void DiffConsumer::printValue(const Value *V, bool isL) { in printValue()92 void DiffConsumer::header() { in header()132 void DiffConsumer::indent() { in indent()137 void DiffConsumer::reset() { in reset()143 bool DiffConsumer::hadDifferences() const { in hadDifferences()147 void DiffConsumer::enterContext(const Value *L, const Value *R) { in enterContext()152 void DiffConsumer::exitContext() { in exitContext()158 void DiffConsumer::log(StringRef text) { in log()164 void DiffConsumer::logf(const LogBuilder &Log) { in logf()194 void DiffConsumer::logd(const DiffLogBuilder &Log) { in logd()
55 class DiffConsumer : public Consumer {78 DiffConsumer() in DiffConsumer() function
4 SRCS+= lib/DiffConsumer.cpp
82 DiffConsumer Consumer; in main()