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