Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp257 std::string PCMPath = in addModuleFiles() local
260 CI.getFrontendOpts().ModuleFiles.push_back(std::move(PCMPath)); in addModuleFiles()
263 {MID.ModuleName, std::move(PCMPath)}); in addModuleFiles()
270 std::string PCMPath = in addModuleFiles() local
273 CI.getMutFrontendOpts().ModuleFiles.push_back(std::move(PCMPath)); in addModuleFiles()
276 {MID.ModuleName, std::move(PCMPath)}); in addModuleFiles()