Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h387 void resetBypassedPathPrefix() { BypassedPathPrefix.reset(); } in resetBypassedPathPrefix()
390 void setBypassedPathPrefix(StringRef Prefix) { BypassedPathPrefix = Prefix; } in setBypassedPathPrefix()
510 std::optional<std::string> BypassedPathPrefix; variable
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp248 return BypassedPathPrefix && Path.starts_with(*BypassedPathPrefix); in shouldBypass()