HomeSort by relevance Sort by last modified time
    Searched full:entercontext (Results 1 - 11 of 11) sorted by null

  /external/llvm/tools/llvm-diff/
DiffConsumer.h 37 virtual void enterContext(Value *Left, Value *Right) = 0;
82 void enterContext(Value *L, Value *R) override;
DifferenceEngine.h 39 Engine.consumer.enterContext(L, R);
DiffConsumer.cpp 143 void DiffConsumer::enterContext(Value *L, Value *R) {