Searched refs:AllRetainTypes (Results 1 – 2 of 2) sorted by relevance
85 for (unsigned I = 0, E = AllRetainTypes.size(); I < E; I++) in finalize()86 if (RetainSet.insert(AllRetainTypes[I]).second) in finalize()87 RetainValues.push_back(AllRetainTypes[I]); in finalize()493 AllRetainTypes.emplace_back(T); in retainType()
50 SmallVector<TrackingMDNodeRef, 4> AllRetainTypes; variable