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

/external/clang/lib/Index/
H A DUSRGeneration.cpp58 llvm::DenseMap<const Type *, unsigned> TypeSubstitutions; member in class:__anon17941::USRGenerator
614 = TypeSubstitutions.find(T.getTypePtr());
615 if (Substitution != TypeSubstitutions.end()) {
620 unsigned Number = TypeSubstitutions.size();
621 TypeSubstitutions[T.getTypePtr()] = Number;

Completed in 69 milliseconds