Searched refs:CompilerPath (Results 1 – 1 of 1) sorted by relevance
255 StringRef CompilerPath = env; in BuildCompilation() local256 while (!CompilerPath.empty()) { in BuildCompilation()257 std::pair<StringRef, StringRef> Split = CompilerPath.split(':'); in BuildCompilation()259 CompilerPath = Split.second; in BuildCompilation()