Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp1169 static StringRef getXcodeDeveloperPath(StringRef PathIntoXcode) { in getXcodeDeveloperPath() argument
1172 size_t Index = PathIntoXcode.find(XcodeAppSuffix); in getXcodeDeveloperPath()
1175 return PathIntoXcode.take_front(Index + XcodeAppSuffix.size()); in getXcodeDeveloperPath()