Home
last modified time | relevance | path

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

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