Lines Matching defs:Tmp
1359 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component
1360 return Tmp.split('-').first; // Isolate second component
1364 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component
1365 Tmp = Tmp.split('-').second; // Strip second component
1366 return Tmp.split('-').first; // Isolate third component
1370 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component
1371 Tmp = Tmp.split('-').second; // Strip second component
1372 return Tmp.split('-').second; // Strip third component
1376 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component
1377 return Tmp.split('-').second; // Strip second component