Searched refs:DiffContext (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-diff/
H A DDiffConsumer.h57 struct DiffContext { struct in class:llvm::DiffConsumer
58 DiffContext(Value *L, Value *R) function in struct:llvm::DiffConsumer::DiffContext
69 SmallVector<DiffContext, 5> contexts;
H A DDiffConsumer.cpp75 DiffContext &ctxt = contexts[N];
95 for (SmallVectorImpl<DiffContext>::iterator
143 contexts.push_back(DiffContext(L, R));

Completed in 118 milliseconds