Home
last modified time | relevance | path

Searched refs:handleContextHash (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningWorker.h61 virtual void handleContextHash(std::string Hash) = 0;
H A DDependencyScanningTool.h178 void handleContextHash(std::string Hash) override { in handleContextHash() function
/src/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningTool.cpp43 void handleContextHash(std::string Hash) override {} in handleContextHash() function in __anon80edfee70111::MakeDependencyPrinterConsumer
H A DModuleDepCollector.cpp453 MDC.Consumer.handleContextHash(MDC.ContextHash); in LexedFileChanged()