Searched refs:OptPath (Results 1 – 3 of 3) sorted by relevance
34 Optional<std::string> OptPath = Process::GetEnv(EnvName); in FindInEnvPath() local35 if (!OptPath.hasValue()) in FindInEnvPath()40 SplitString(OptPath.getValue(), Dirs, EnvPathSeparatorStr); in FindInEnvPath()
408 llvm::Optional<std::string> OptPath = llvm::sys::Process::GetEnv("PATH"); in getVisualStudioBinariesFolder() local409 if (OptPath.hasValue()) { in getVisualStudioBinariesFolder()412 llvm::SplitString(OptPath.getValue(), PathSegments, EnvPathSeparatorStr); in getVisualStudioBinariesFolder()