Searched refs:TypeSubstitutions (Results 1 – 1 of 1) sorted by relevance
58 llvm::DenseMap<const Type *, unsigned> TypeSubstitutions; member in __anon56c690290111::USRGenerator654 = TypeSubstitutions.find(T.getTypePtr()); in VisitType()655 if (Substitution != TypeSubstitutions.end()) { in VisitType()660 unsigned Number = TypeSubstitutions.size(); in VisitType()661 TypeSubstitutions[T.getTypePtr()] = Number; in VisitType()