Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Driver/
H A DDriver.cpp300 StringRef CompilerPath = env; in BuildCompilation() local
301 while (!CompilerPath.empty()) { in BuildCompilation()
303 = CompilerPath.split(llvm::sys::EnvPathSeparator); in BuildCompilation()
305 CompilerPath = Split.second; in BuildCompilation()