Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-diff/lib/
H A DDiffConsumer.h40 virtual void exitContext() = 0;
84 void exitContext() override;
H A DDifferenceEngine.h42 Engine.consumer.exitContext(); in ~Context()
H A DDiffConsumer.cpp152 void DiffConsumer::exitContext() { in exitContext() function in DiffConsumer