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

/macosx-10.9.5/llvmCore-3425.0.33/tools/llvm-diff/
H A DDiffConsumer.h58 struct DiffContext { struct in class:llvm::DiffConsumer
59 DiffContext(Value *L, Value *R) function in struct:llvm::DiffConsumer::DiffContext
70 SmallVector<DiffContext, 5> contexts;
H A DDiffConsumer.cpp77 DiffContext &ctxt = contexts[N];
97 for (SmallVectorImpl<DiffContext>::iterator
145 contexts.push_back(DiffContext(L, R));

Completed in 156 milliseconds