Searched refs:CommaPos (Results 1 – 1 of 1) sorted by relevance
212 if (size_t CommaPos = Current.find(',', 0)) { in ParseTypes() local213 if (CommaPos != StringRef::npos) { in ParseTypes()214 StringRef T = Current.substr(0, CommaPos); in ParseTypes()217 I += CommaPos + 1; in ParseTypes()