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