Searched refs:TypesLoaded (Results 1 – 2 of 2) sorted by relevance
469 std::vector<QualType> TypesLoaded; variable1771 return static_cast<unsigned>(TypesLoaded.size()); in getTotalNumTypes()
3147 TypesLoaded.resize(TypesLoaded.size() + F.LocalNumTypes); in ReadASTBlock()7094 assert(Index < TypesLoaded.size() && "Type index out-of-range"); in GetType()7095 if (TypesLoaded[Index].isNull()) { in GetType()7096 TypesLoaded[Index] = readTypeRecord(Index); in GetType()7097 if (TypesLoaded[Index].isNull()) in GetType()7100 TypesLoaded[Index]->setFromAST(); in GetType()7103 TypesLoaded[Index]); in GetType()7106 return TypesLoaded[Index].withFastQualifiers(FastQuals); in GetType()7734 = TypesLoaded.size() - std::count(TypesLoaded.begin(), TypesLoaded.end(), in PrintStats()7756 if (!TypesLoaded.empty()) in PrintStats()[all …]