HomeSort by relevance Sort by last modified time
    Searched full:typesubstitutions (Results 1 - 1 of 1) sorted by null

  /external/clang/tools/libclang/
CIndexUSRs.cpp 39 llvm::DenseMap<const Type *, unsigned> TypeSubstitutions;
615 = TypeSubstitutions.find(T.getTypePtr());
616 if (Substitution != TypeSubstitutions.end()) {
621 unsigned Number = TypeSubstitutions.size();
622 TypeSubstitutions[T.getTypePtr()] = Number;

Completed in 901 milliseconds