Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DCompilerInstance.cpp1200 SmallString<128> ModuleCachePathNative; in pruneModuleCache() local
1201 llvm::sys::path::native(HSOpts.ModuleCachePath, ModuleCachePathNative); in pruneModuleCache()
1202 for (llvm::sys::fs::directory_iterator Dir(ModuleCachePathNative, EC), DirEnd; in pruneModuleCache()