Searched refs:WantSim (Results 1 – 2 of 2) sorted by relevance
21 PlatformType mapToPlatformType(PlatformType Platform, bool WantSim) { in mapToPlatformType() argument26 return WantSim ? PLATFORM_IOSSIMULATOR : PLATFORM_IOS; in mapToPlatformType()28 return WantSim ? PLATFORM_TVOSSIMULATOR : PLATFORM_TVOS; in mapToPlatformType()30 return WantSim ? PLATFORM_WATCHOSSIMULATOR : PLATFORM_WATCHOS; in mapToPlatformType()
25 PlatformType mapToPlatformType(PlatformType Platform, bool WantSim);