Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp69 llvm::DenseMap<const Type *, unsigned> TypeSubstitutions; member in __anon964455fd0111::USRGenerator
845 = 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()