Home
last modified time | relevance | path

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

/src/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()
/src/contrib/llvm-project/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp688 std::string PCMPath = constructPCMPath(MID, OutputDir); in lookupModuleOutput() local
691 return PCMPath; in lookupModuleOutput()
693 return PCMPath + ".d"; in lookupModuleOutput()
698 return PCMPath + ".diag"; in lookupModuleOutput()