Searched refs:TypesLoaded (Results 1 – 2 of 2) sorted by relevance
469 std::vector<QualType> TypesLoaded; variable1768 return static_cast<unsigned>(TypesLoaded.size()); in getTotalNumTypes()
3140 TypesLoaded.resize(TypesLoaded.size() + F.LocalNumTypes); in ReadASTBlock()7072 assert(Index < TypesLoaded.size() && "Type index out-of-range"); in GetType()7073 if (TypesLoaded[Index].isNull()) { in GetType()7074 TypesLoaded[Index] = readTypeRecord(Index); in GetType()7075 if (TypesLoaded[Index].isNull()) in GetType()7078 TypesLoaded[Index]->setFromAST(); in GetType()7081 TypesLoaded[Index]); in GetType()7084 return TypesLoaded[Index].withFastQualifiers(FastQuals); in GetType()7707 = TypesLoaded.size() - std::count(TypesLoaded.begin(), TypesLoaded.end(), in PrintStats()7729 if (!TypesLoaded.empty()) in PrintStats()[all …]