Searched refs:UniqueIterName (Results 1 – 1 of 1) sorted by relevance
388 std::stringstream UniqueIterName; in ClearArrayRSObject() local389 UniqueIterName << "rsIntIter" << sIterCounter++; in ClearArrayRSObject()390 clang::IdentifierInfo *II = &C.Idents.get(UniqueIterName.str()); in ClearArrayRSObject()