Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DUSRGeneration.cpp66 llvm::DenseMap<const Type *, unsigned> TypeSubstitutions; member in __anona11586160111::USRGenerator
763 = TypeSubstitutions.find(T.getTypePtr()); in VisitType()
764 if (Substitution != TypeSubstitutions.end()) { in VisitType()
769 unsigned Number = TypeSubstitutions.size(); in VisitType()
770 TypeSubstitutions[T.getTypePtr()] = Number; in VisitType()