Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/
H A DDriver.cpp920 StringRef CompilerPath = *CompilerPathValue; in BuildCompilation() local
921 while (!CompilerPath.empty()) { in BuildCompilation()
923 CompilerPath.split(llvm::sys::EnvPathSeparator); in BuildCompilation()
925 CompilerPath = Split.second; in BuildCompilation()