Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-diff/
H A DDiffConsumer.h57 struct DiffContext { struct
58 DiffContext(Value *L, Value *R) in DiffContext() function
69 SmallVector<DiffContext, 5> contexts; argument
H A DDiffConsumer.cpp75 DiffContext &ctxt = contexts[N]; in printValue()
95 for (SmallVectorImpl<DiffContext>::iterator in header()
143 contexts.push_back(DiffContext(L, R)); in enterContext()