Searched refs:OptPath (Results 1 – 2 of 2) sorted by relevance
33 Optional<std::string> OptPath = Process::GetEnv(EnvName); in FindInEnvPath() local34 if (!OptPath.hasValue()) in FindInEnvPath()39 SplitString(OptPath.getValue(), Dirs, EnvPathSeparatorStr); in FindInEnvPath()
303 llvm::Optional<std::string> OptPath = llvm::sys::Process::GetEnv("PATH"); in getVisualStudioBinariesFolder() local304 if (OptPath.hasValue()) { in getVisualStudioBinariesFolder()307 llvm::SplitString(OptPath.getValue(), PathSegments, EnvPathSeparatorStr); in getVisualStudioBinariesFolder()