Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp324 std::string PCMPath = in addModuleFiles() local
327 CI.getFrontendOpts().ModuleFiles.push_back(std::move(PCMPath)); in addModuleFiles()
330 {MID.ModuleName, std::move(PCMPath)}); in addModuleFiles()
337 std::string PCMPath = in addModuleFiles() local
340 CI.getMutFrontendOpts().ModuleFiles.push_back(std::move(PCMPath)); in addModuleFiles()
343 {MID.ModuleName, std::move(PCMPath)}); in addModuleFiles()