Searched refs:InstalledPathParent (Results 1 – 1 of 1) sorted by relevance
298 StringRef InstalledPathParent(llvm::sys::path::parent_path(InstalledPath)); in SetInstallDir() local299 if (llvm::sys::fs::exists(InstalledPathParent)) in SetInstallDir()300 TheDriver.setInstalledDir(InstalledPathParent); in SetInstallDir()