Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DDriver.cpp255 StringRef CompilerPath = env; in BuildCompilation() local
256 while (!CompilerPath.empty()) { in BuildCompilation()
257 std::pair<StringRef, StringRef> Split = CompilerPath.split(':'); in BuildCompilation()
259 CompilerPath = Split.second; in BuildCompilation()