Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DCompilerInstance.cpp1240 SmallString<128> ModuleCachePathNative; in pruneModuleCache() local
1241 llvm::sys::path::native(HSOpts.ModuleCachePath, ModuleCachePathNative); in pruneModuleCache()
1242 for (llvm::sys::fs::directory_iterator Dir(ModuleCachePathNative, EC), DirEnd; in pruneModuleCache()
/external/llvm-project/clang/lib/Frontend/
DCompilerInstance.cpp1462 SmallString<128> ModuleCachePathNative; in pruneModuleCache() local
1463 llvm::sys::path::native(HSOpts.ModuleCachePath, ModuleCachePathNative); in pruneModuleCache()
1464 for (llvm::sys::fs::directory_iterator Dir(ModuleCachePathNative, EC), DirEnd; in pruneModuleCache()