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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Driver/
H A DDriver.cpp298 StringRef CompilerPath = env; local
299 while (!CompilerPath.empty()) {
301 = CompilerPath.split(llvm::sys::EnvPathSeparator);
303 CompilerPath = Split.second;

Completed in 103 milliseconds