Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp247 bool DependencyScanningWorkerFilesystem::shouldBypass(StringRef Path) const { in shouldBypass() function in DependencyScanningWorkerFilesystem
332 if (shouldBypass(Filename)) in status()
403 if (shouldBypass(Filename)) in openFileForRead()
418 if (shouldBypass(OriginalFilename)) in getRealPath()
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h501 bool shouldBypass(StringRef Path) const;