Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningService.h98 bool shouldEagerLoadModules() const { return EagerLoadModules; } in shouldEagerLoadModules() function
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp356 if (Service.shouldEagerLoadModules() && in getInvocationAdjustedForModuleBuildWithoutOutputs()
407 if (Service.shouldEagerLoadModules()) in addModuleMapFiles()
424 if (Service.shouldEagerLoadModules()) in addModuleFiles()
439 if (Service.shouldEagerLoadModules()) in addModuleFiles()
616 getModuleContextHash(Deps, CI, Service.shouldEagerLoadModules(), in associateWithContextHash()