Home
last modified time | relevance | path

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

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