Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp394 SmallString<256> ExplicitPCMPath(!ModuleFilesDir.empty() ? ModuleFilesDir in constructPCMPath() local
396 llvm::sys::path::append(ExplicitPCMPath, MD.ID.ContextHash, Filename); in constructPCMPath()
397 return std::string(ExplicitPCMPath); in constructPCMPath()