Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-diff/lib/
H A DDiffConsumer.cpp46 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()
H A DDiffConsumer.h55 class DiffConsumer : public Consumer {
78 DiffConsumer() in DiffConsumer() function
/freebsd/usr.bin/clang/llvm-diff/
H A DMakefile4 SRCS+= lib/DiffConsumer.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-diff/
H A Dllvm-diff.cpp82 DiffConsumer Consumer; in main()