Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningService.cpp17 bool SkipExcludedPPRanges) in DependencyScanningService() argument
19 SkipExcludedPPRanges(SkipExcludedPPRanges) {} in DependencyScanningService()
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp182 llvm::cl::opt<bool> SkipExcludedPPRanges( variable
557 SkipExcludedPPRanges); in main()