Searched refs:TypeSubstitutions (Results 1 – 1 of 1) sorted by relevance
69 llvm::DenseMap<const Type *, unsigned> TypeSubstitutions; member in __anone41a60470111::USRGenerator861 = TypeSubstitutions.find(T.getTypePtr()); in VisitType()862 if (Substitution != TypeSubstitutions.end()) { in VisitType()867 unsigned Number = TypeSubstitutions.size(); in VisitType()868 TypeSubstitutions[T.getTypePtr()] = Number; in VisitType()