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