Searched refs:sdk_path (Results 1 – 3 of 3) sorted by relevance
87 static bool SDKSupportsModules(Type desired_type, const FileSpec &sdk_path);
263 const FileSpec &sdk_path) { in GetSDKTypeForTriple() 264 ConstString last_path_component = sdk_path.GetFilename(); in GetSDKTypeForTriple() 244 SDKSupportsModules(XcodeSDK::Type desired_type,const FileSpec & sdk_path) SDKSupportsModules() argument
1568 auto sdk_path = *sdk_path_or_err; in RegisterXcodeSDK() local1569 if (sdk_path.empty()) in RegisterXcodeSDK()1573 if (!m_source_mappings.Replace(sysroot, sdk_path, true)) in RegisterXcodeSDK()1575 m_source_mappings.Append(sysroot, sdk_path, false); in RegisterXcodeSDK()