Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Tooling/DependencyScanning/
DDependencyScanningService.h34 enum class ScanningOutputFormat { enum
49 DependencyScanningService(ScanningMode Mode, ScanningOutputFormat Format,
55 ScanningOutputFormat getFormat() const { return Format; } in getFormat()
67 const ScanningOutputFormat Format;
DDependencyScanningWorker.h79 ScanningOutputFormat Format;
/external/llvm-project/clang/lib/Tooling/DependencyScanning/
DDependencyScanningWorker.cpp55 ScanningOutputFormat Format) in DependencyScanningAction()
117 case ScanningOutputFormat::Make: in runInvocation()
122 case ScanningOutputFormat::Full: in runInvocation()
147 ScanningOutputFormat Format;
DDependencyScanningService.cpp16 ScanningMode Mode, ScanningOutputFormat Format, bool ReuseFileManager, in DependencyScanningService()
/external/llvm-project/clang/tools/clang-scan-deps/
DClangScanDeps.cpp123 static llvm::cl::opt<ScanningOutputFormat> Format(
125 llvm::cl::values(clEnumValN(ScanningOutputFormat::Make, "make",
127 clEnumValN(ScanningOutputFormat::Full, "experimental-full",
131 llvm::cl::init(ScanningOutputFormat::Make),
529 if (Format == ScanningOutputFormat::Make) { in main()
546 if (Format == ScanningOutputFormat::Full) in main()