Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h390 void setBypassedPathPrefix(StringRef Prefix) { BypassedPathPrefix = Prefix; } in setBypassedPathPrefix() function
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp458 DepFS->setBypassedPathPrefix(ModulesCachePath); in runInvocation()