Searched refs:sdk_path (Results 1 – 3 of 3) sorted by relevance
85 static bool SDKSupportsModules(Type desired_type, const FileSpec &sdk_path);
247 const FileSpec &sdk_path) { in SDKSupportsModules() argument248 ConstString last_path_component = sdk_path.GetLastPathComponent(); in SDKSupportsModules()
1617 ConstString sdk_path(HostInfo::GetXcodeSDKPath(sdk)); in RegisterXcodeSDK() local1618 if (!sdk_path) in RegisterXcodeSDK()1623 if (!m_source_mappings.Replace(sysroot_cs, sdk_path, true)) in RegisterXcodeSDK()1625 m_source_mappings.Append(sysroot_cs, sdk_path, false); in RegisterXcodeSDK()