Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp1369 StringRef CompilerPath = *CompilerPathValue; in BuildCompilation() local
1370 while (!CompilerPath.empty()) { in BuildCompilation()
1372 CompilerPath.split(llvm::sys::EnvPathSeparator); in BuildCompilation()
1374 CompilerPath = Split.second; in BuildCompilation()