Lines Matching defs:Tmp
1313 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component
1314 return Tmp.split('-').first; // Isolate second component
1318 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component
1319 Tmp = Tmp.split('-').second; // Strip second component
1320 return Tmp.split('-').first; // Isolate third component
1324 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component
1325 Tmp = Tmp.split('-').second; // Strip second component
1326 return Tmp.split('-').second; // Strip third component
1330 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component
1331 return Tmp.split('-').second; // Strip second component