Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DDriver.cpp1155 StringRef CompilerPath = *CompilerPathValue; in BuildCompilation() local
1156 while (!CompilerPath.empty()) { in BuildCompilation()
1158 CompilerPath.split(llvm::sys::EnvPathSeparator); in BuildCompilation()
1160 CompilerPath = Split.second; in BuildCompilation()