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