reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
26 Platform = StringSwitch<PlatformKind>(PlatformStr) 39 if (PlatformStr.startswith("<") && PlatformStr.endswith(">")) { 39 if (PlatformStr.startswith("<") && PlatformStr.endswith(">")) { 40 PlatformStr = PlatformStr.drop_front().drop_back(); 40 PlatformStr = PlatformStr.drop_front().drop_back(); 42 if (!PlatformStr.getAsInteger(10, RawValue))