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

/external/clang/tools/libclang/
H A DCIndexUSRs.cpp40 llvm::DenseMap<const Type *, unsigned> TypeSubstitutions; member in class:__anon4322::USRGenerator
609 = TypeSubstitutions.find(T.getTypePtr());
610 if (Substitution != TypeSubstitutions.end()) {
615 unsigned Number = TypeSubstitutions.size();
616 TypeSubstitutions[T.getTypePtr()] = Number;

Completed in 16 milliseconds