Home
last modified time | relevance | path

Searched refs:enterContext (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/llvm/tools/llvm-diff/lib/
H A DDiffConsumer.h37 virtual void enterContext(const Value *Left, const Value *Right) = 0;
83 void enterContext(const Value *L, const Value *R) override;
H A DDifferenceEngine.h38 Engine.consumer.enterContext(L, R); in Context()
H A DDiffConsumer.cpp147 void DiffConsumer::enterContext(const Value *L, const Value *R) { in enterContext() function in DiffConsumer