Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp1187 SmallString<128> ModuleCachePathNative; in pruneModuleCache() local
1188 llvm::sys::path::native(HSOpts.ModuleCachePath, ModuleCachePathNative); in pruneModuleCache()
1190 Dir(ModuleCachePathNative.str(), EC), DirEnd; in pruneModuleCache()