Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DDarwin.cpp1014 static StringRef getXcodeDeveloperPath(StringRef PathIntoXcode) { in getXcodeDeveloperPath() argument
1017 size_t Index = PathIntoXcode.find(XcodeAppSuffix); in getXcodeDeveloperPath()
1020 return PathIntoXcode.take_front(Index + XcodeAppSuffix.size()); in getXcodeDeveloperPath()