Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DUSRGeneration.cpp67 llvm::DenseMap<const Type *, unsigned> TypeSubstitutions; member in __anon7d76c6120111::USRGenerator
778 = TypeSubstitutions.find(T.getTypePtr()); in VisitType()
779 if (Substitution != TypeSubstitutions.end()) { in VisitType()
784 unsigned Number = TypeSubstitutions.size(); in VisitType()
785 TypeSubstitutions[T.getTypePtr()] = Number; in VisitType()