Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningService.h69 IgnoreCWD = (1 << 4), enumerator
71 DSS_LAST_BITMASK_ENUM(IgnoreCWD),
76 Default = All & (~IgnoreCWD)
H A DModuleDepCollector.h377 void associateWithContextHash(const CowCompilerInvocation &CI, bool IgnoreCWD,
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp572 bool EagerLoadModules, bool IgnoreCWD, in getModuleContextHash() argument
582 if (CWD && !IgnoreCWD) in getModuleContextHash()
614 const CowCompilerInvocation &CI, bool IgnoreCWD, ModuleDeps &Deps) { in associateWithContextHash() argument
617 IgnoreCWD, ScanInstance.getVirtualFileSystem()); in associateWithContextHash()
828 bool IgnoreCWD = false; in handleTopLevelModule() local
846 IgnoreCWD = any(MDC.Service.getOptimizeArgs() & in handleTopLevelModule()
847 ScanningOptimizations::IgnoreCWD) && in handleTopLevelModule()
849 if (IgnoreCWD) { in handleTopLevelModule()
864 MDC.associateWithContextHash(CI, IgnoreCWD, MD); in handleTopLevelModule()
/freebsd/contrib/llvm-project/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp172 ScanningOptimizations::IgnoreCWD) in ParseArgs()