Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DDriver.cpp231 StringRef CompilerPath = env; in BuildCompilation() local
232 while (!CompilerPath.empty()) { in BuildCompilation()
234 = CompilerPath.split(llvm::sys::PathSeparator); in BuildCompilation()
236 CompilerPath = Split.second; in BuildCompilation()