Home
last modified time | relevance | path

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

/external/clang/lib/Index/
DUSRGeneration.cpp58 llvm::DenseMap<const Type *, unsigned> TypeSubstitutions; member in __anon56c690290111::USRGenerator
635 = TypeSubstitutions.find(T.getTypePtr()); in VisitType()
636 if (Substitution != TypeSubstitutions.end()) { in VisitType()
641 unsigned Number = TypeSubstitutions.size(); in VisitType()
642 TypeSubstitutions[T.getTypePtr()] = Number; in VisitType()