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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Driver/
H A DDriver.cpp241 StringRef CompilerPath = env; local
242 while (!CompilerPath.empty()) {
244 = CompilerPath.split(llvm::sys::PathSeparator);
246 CompilerPath = Split.second;

Completed in 133 milliseconds