Searched refs:OptPath (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Support/
H A DProcess.cpp34 Optional<std::string> OptPath = Process::GetEnv(EnvName); local
35 if (!OptPath.hasValue())
40 SplitString(OptPath.getValue(), Dirs, EnvPathSeparatorStr);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Driver/
H A DMSVCToolChain.cpp393 llvm::Optional<std::string> OptPath = llvm::sys::Process::GetEnv("PATH"); local
394 if (OptPath.hasValue()) {
397 llvm::SplitString(OptPath.getValue(), PathSegments, EnvPathSeparatorStr);

Completed in 120 milliseconds