Home | History | Annotate | Download | only in llvm-diff

Lines Matching refs:Consumer

23   class Consumer;
30 Consumer *consumer;
41 LogBuilder(Consumer &c, StringRef Format) : consumer(&c), Format(Format) {}
43 : consumer(L.consumer), Format(L.Format),
45 L.consumer = nullptr;
65 Consumer &consumer;
68 DiffLogBuilder(Consumer &c) : consumer(c) {}