Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp421 std::string PCMPath = in addModuleFiles() local
425 CI.getFrontendOpts().ModuleFiles.push_back(std::move(PCMPath)); in addModuleFiles()
428 {MID.ModuleName, std::move(PCMPath)}); in addModuleFiles()
436 std::string PCMPath = in addModuleFiles() local
440 CI.getMutFrontendOpts().ModuleFiles.push_back(std::move(PCMPath)); in addModuleFiles()
443 {MID.ModuleName, std::move(PCMPath)}); in addModuleFiles()
/freebsd/contrib/llvm-project/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp761 std::string PCMPath = constructPCMPath(MD.ID, OutputDir); in lookupModuleOutput() local
764 return PCMPath; in lookupModuleOutput()
766 return PCMPath + ".d"; in lookupModuleOutput()
771 return PCMPath + ".diag"; in lookupModuleOutput()