Searched refs:TypeSubstitutions (Results 1 – 1 of 1) sorted by relevance
69 llvm::DenseMap<const Type *, unsigned> TypeSubstitutions; member in __anon964455fd0111::USRGenerator845 = TypeSubstitutions.find(T.getTypePtr()); in VisitType()846 if (Substitution != TypeSubstitutions.end()) { in VisitType()851 unsigned Number = TypeSubstitutions.size(); in VisitType()852 TypeSubstitutions[T.getTypePtr()] = Number; in VisitType()