Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DDarwin.cpp1015 static constexpr llvm::StringLiteral XcodeAppSuffix( in getXcodeDeveloperPath() local
1017 size_t Index = PathIntoXcode.find(XcodeAppSuffix); in getXcodeDeveloperPath()
1020 return PathIntoXcode.take_front(Index + XcodeAppSuffix.size()); in getXcodeDeveloperPath()