HomeSort by relevance Sort by last modified time
    Searched refs:enterContext (Results 1 - 3 of 3) 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);
DifferenceEngine.h 39 Engine.consumer.enterContext(L, R);
DiffConsumer.cpp 143 void DiffConsumer::enterContext(Value *L, Value *R) {

Completed in 34 milliseconds