Searched refs:IgnoreCWD (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
| H A D | DependencyScanningService.h | 69 IgnoreCWD = (1 << 4), enumerator 71 DSS_LAST_BITMASK_ENUM(IgnoreCWD), 76 Default = All & (~IgnoreCWD)
|
| H A D | ModuleDepCollector.h | 377 void associateWithContextHash(const CowCompilerInvocation &CI, bool IgnoreCWD,
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | ModuleDepCollector.cpp | 572 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 D | ClangScanDeps.cpp | 172 ScanningOptimizations::IgnoreCWD) in ParseArgs()
|