Searched defs:handleBuildCommand (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/include/clang/Tooling/DependencyScanning/ | ||
H A D | DependencyScanningWorker.h | 48 virtual void handleBuildCommand(Command Cmd) {} in handleBuildCommand() function |
H A D | DependencyScanningTool.h | 156 void handleBuildCommand(Command Cmd) override { handleBuildCommand() function |
/llvm-project/clang/lib/Tooling/DependencyScanning/ | ||
H A D | DependencyScanningTool.cpp | 26 void handleBuildCommand(Command) override {} in handleBuildCommand() function in __anona138d6050111::MakeDependencyPrinterConsumer |