HomeSort by relevance Sort by last modified time
    Searched refs:OptPath (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Support/
Process.cpp 33 Optional<std::string> OptPath = Process::GetEnv(EnvName);
34 if (!OptPath.hasValue())
39 SplitString(OptPath.getValue(), Dirs, EnvPathSeparatorStr);
  /external/clang/lib/Driver/
MSVCToolChain.cpp 303 llvm::Optional<std::string> OptPath = llvm::sys::Process::GetEnv("PATH");
304 if (OptPath.hasValue()) {
307 llvm::SplitString(OptPath.getValue(), PathSegments, EnvPathSeparatorStr);

Completed in 592 milliseconds