Lines Matching refs:Tmp
526 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component
527 return Tmp.split('-').first; // Isolate second component
531 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component
532 Tmp = Tmp.split('-').second; // Strip second component
533 return Tmp.split('-').first; // Isolate third component
537 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component
538 Tmp = Tmp.split('-').second; // Strip second component
539 return Tmp.split('-').second; // Strip third component
543 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component
544 return Tmp.split('-').second; // Strip second component