Searched refs:TypeSubstitutions (Results 1 – 1 of 1) sorted by relevance
66 llvm::DenseMap<const Type *, unsigned> TypeSubstitutions; member in __anona11586160111::USRGenerator763 = TypeSubstitutions.find(T.getTypePtr()); in VisitType()764 if (Substitution != TypeSubstitutions.end()) { in VisitType()769 unsigned Number = TypeSubstitutions.size(); in VisitType()770 TypeSubstitutions[T.getTypePtr()] = Number; in VisitType()