Home
last modified time | relevance | path

Searched refs:SkipExcludedPPRanges (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningService.cpp18 bool SkipExcludedPPRanges) in DependencyScanningService() argument
20 SkipExcludedPPRanges(SkipExcludedPPRanges) { in DependencyScanningService()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningService.h51 bool SkipExcludedPPRanges = true);
59 bool canSkipExcludedPPRanges() const { return SkipExcludedPPRanges; } in canSkipExcludedPPRanges()
72 const bool SkipExcludedPPRanges; variable