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 bool DiffConsumer::hadDifferences() const { in hadDifferences()141 void DiffConsumer::enterContext(const Value *L, const Value *R) { in enterContext()146 void DiffConsumer::exitContext() { in exitContext()152 void DiffConsumer::log(StringRef text) { in log()158 void DiffConsumer::logf(const LogBuilder &Log) { in logf()188 void DiffConsumer::logd(const DiffLogBuilder &Log) { in logd()
55 class DiffConsumer : public Consumer {78 DiffConsumer() in DiffConsumer() function
81 DiffConsumer Consumer; in main()
6 SRCS+= DiffConsumer.cpp