Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DMSVCToolChain.cpp309 for (StringRef PathSegment : PathSegments) { in getVisualStudioBinariesFolder() local
310 if (PathSegment.empty()) in getVisualStudioBinariesFolder()
313 SmallString<128> FilePath(PathSegment); in getVisualStudioBinariesFolder()
319 path = PathSegment; in getVisualStudioBinariesFolder()