Searched refs:TypeSubstitutions (Results 1 – 1 of 1) sorted by relevance
67 llvm::DenseMap<const Type *, unsigned> TypeSubstitutions; member in __anon80fbef770111::USRGenerator780 = TypeSubstitutions.find(T.getTypePtr()); in VisitType()781 if (Substitution != TypeSubstitutions.end()) { in VisitType()786 unsigned Number = TypeSubstitutions.size(); in VisitType()787 TypeSubstitutions[T.getTypePtr()] = Number; in VisitType()