Searched refs:enterContext (Results 1 – 3 of 3) sorted by relevance
37 virtual void enterContext(const Value *Left, const Value *Right) = 0;83 void enterContext(const Value *L, const Value *R) override;
38 Engine.consumer.enterContext(L, R); in Context()
147 void DiffConsumer::enterContext(const Value *L, const Value *R) { in enterContext() function in DiffConsumer