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

/external/llvm/tools/llvm-diff/
H A DDiffConsumer.h37 virtual void enterContext(Value *Left, Value *Right) = 0;
82 void enterContext(Value *L, Value *R) override;
H A DDifferenceEngine.h39 Engine.consumer.enterContext(L, R);
H A DDiffConsumer.cpp143 void DiffConsumer::enterContext(Value *L, Value *R) { function in class:DiffConsumer

Completed in 903 milliseconds