Home
last modified time | relevance | path

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

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