Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp367 auto PCMPath = PCMPaths.insert({MID, ""}); in lookupModuleOutput() local
368 if (PCMPath.second) in lookupModuleOutput()
369 PCMPath.first->second = constructPCMPath(MID); in lookupModuleOutput()
372 return PCMPath.first->second; in lookupModuleOutput()
374 return PCMPath.first->second + ".d"; in lookupModuleOutput()
379 return PCMPath.first->second + ".diag"; in lookupModuleOutput()