Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningService.h33 enum class ScanningOutputFormat { enum
77 ScanningMode Mode, ScanningOutputFormat Format,
83 ScanningOutputFormat getFormat() const { return Format; } in getFormat()
95 const ScanningOutputFormat Format;
/freebsd/contrib/llvm-project/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp79 static ScanningOutputFormat Format = ScanningOutputFormat::Make;
139 llvm::StringSwitch<std::optional<ScanningOutputFormat>>(A->getValue()) in ParseArgs()
140 .Case("make", ScanningOutputFormat::Make) in ParseArgs()
141 .Case("p1689", ScanningOutputFormat::P1689) in ParseArgs()
142 .Case("experimental-full", ScanningOutputFormat::Full) in ParseArgs()
927 if (Format == ScanningOutputFormat::Full) in clang_scan_deps_main()
952 if (Format == ScanningOutputFormat::Make) { in clang_scan_deps_main()
957 } else if (Format == ScanningOutputFormat::P1689) { in clang_scan_deps_main()
1049 if (Format == ScanningOutputFormat::Full) in clang_scan_deps_main()
1051 else if (Format == ScanningOutputFormat::P1689) in clang_scan_deps_main()
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp288 ScanningOutputFormat Format, ScanningOptimizations OptimizeArgs, in DependencyScanningAction()
394 case ScanningOutputFormat::Make: in runInvocation()
399 case ScanningOutputFormat::P1689: in runInvocation()
400 case ScanningOutputFormat::Full: in runInvocation()
404 EagerLoadModules, Format == ScanningOutputFormat::P1689); in runInvocation()
469 ScanningOutputFormat Format;