Searched refs:TypeSubstitutions (Results 1 – 1 of 1) sorted by relevance
39 llvm::DenseMap<const Type *, unsigned> TypeSubstitutions; member in __anon996c03930111::USRGenerator615 = TypeSubstitutions.find(T.getTypePtr()); in VisitType()616 if (Substitution != TypeSubstitutions.end()) { in VisitType()621 unsigned Number = TypeSubstitutions.size(); in VisitType()622 TypeSubstitutions[T.getTypePtr()] = Number; in VisitType()