Home | History | Annotate | Download | only in Serialization

Lines Matching refs:TypesLoaded

2013         TypesLoaded.resize(TypesLoaded.size() + F.LocalNumTypes);
4981 assert(Index < TypesLoaded.size() && "Type index out-of-range");
4982 if (TypesLoaded[Index].isNull()) {
4983 TypesLoaded[Index] = readTypeRecord(Index);
4984 if (TypesLoaded[Index].isNull())
4987 TypesLoaded[Index]->setFromAST();
4990 TypesLoaded[Index]);
4993 return TypesLoaded[Index].withFastQualifiers(FastQuals);
5667 = TypesLoaded.size() - std::count(TypesLoaded.begin(), TypesLoaded.end(),
5689 if (!TypesLoaded.empty())
5691 NumTypesLoaded, (unsigned)TypesLoaded.size(),
5692 ((float)NumTypesLoaded/TypesLoaded.size() * 100));