Home
last modified time | relevance | path

Searched refs:ScanningOutputFormat (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningService.h32 enum class ScanningOutputFormat { enum
47 DependencyScanningService(ScanningMode Mode, ScanningOutputFormat Format,
53 ScanningOutputFormat getFormat() const { return Format; } in getFormat()
65 const ScanningOutputFormat Format;
H A DDependencyScanningWorker.h84 ScanningOutputFormat Format;
/llvm-project-15.0.7/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp140 ScanningOutputFormat Format, bool OptimizeArgs, bool DisableFree, in DependencyScanningAction()
222 case ScanningOutputFormat::Make: in runInvocation()
227 case ScanningOutputFormat::Full: in runInvocation()
258 ScanningOutputFormat Format;
H A DDependencyScanningService.cpp17 ScanningMode Mode, ScanningOutputFormat Format, bool ReuseFileManager, in DependencyScanningService()
/llvm-project-15.0.7/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp130 static llvm::cl::opt<ScanningOutputFormat> Format(
132 llvm::cl::values(clEnumValN(ScanningOutputFormat::Make, "make",
134 clEnumValN(ScanningOutputFormat::Full, "experimental-full",
138 llvm::cl::init(ScanningOutputFormat::Make),
580 if (Format == ScanningOutputFormat::Make) { in main()
598 if (Format == ScanningOutputFormat::Full) in main()
/llvm-project-15.0.7/clang/unittests/Tooling/
H A DDependencyScannerTest.cpp231 ScanningOutputFormat::Make); in TEST()