Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h62 bool isInStableDir() const { return IsInStableDirs; } in isInStableDir()
80 if (!IsInStableDirs)
82 IsInStableDirs = V;
87 bool IsInStableDirs = true; variable