Searched refs:XcodePathForSDK (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp966 StringRef XcodePathForSDK = getXcodeDeveloperPath(A->getValue()); local
967 if (!XcodePathForSDK.empty()) {
968 P = XcodePathForSDK;

Completed in 102 milliseconds