Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp1170 static constexpr llvm::StringLiteral XcodeAppSuffix( in getXcodeDeveloperPath() local
1172 size_t Index = PathIntoXcode.find(XcodeAppSuffix); in getXcodeDeveloperPath()
1175 return PathIntoXcode.take_front(Index + XcodeAppSuffix.size()); in getXcodeDeveloperPath()