Searched refs:PlatformStr (Results 1 – 1 of 1) sorted by relevance
24 auto PlatformStr = Result.second; in create() local26 Platform = StringSwitch<PlatformKind>(PlatformStr) in create()40 if (PlatformStr.startswith("<") && PlatformStr.endswith(">")) { in create()41 PlatformStr = PlatformStr.drop_front().drop_back(); in create()43 if (!PlatformStr.getAsInteger(10, RawValue)) in create()