Home
last modified time | relevance | path

Searched refs:TypeSubstitutions (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/Index/
H A DUSRGeneration.cpp67 llvm::DenseMap<const Type *, unsigned> TypeSubstitutions; member in __anon80fbef770111::USRGenerator
780 = 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()