Searched refs:TypesLoaded (Results 1 – 2 of 2) sorted by relevance
470 std::vector<QualType> TypesLoaded; variable1790 return static_cast<unsigned>(TypesLoaded.size()); in getTotalNumTypes()
3181 TypesLoaded.resize(TypesLoaded.size() + F.LocalNumTypes); in ReadASTBlock()7148 assert(Index < TypesLoaded.size() && "Type index out-of-range"); in GetType()7149 if (TypesLoaded[Index].isNull()) { in GetType()7150 TypesLoaded[Index] = readTypeRecord(Index); in GetType()7151 if (TypesLoaded[Index].isNull()) in GetType()7154 TypesLoaded[Index]->setFromAST(); in GetType()7157 TypesLoaded[Index]); in GetType()7160 return TypesLoaded[Index].withFastQualifiers(FastQuals); in GetType()7788 TypesLoaded.size() - llvm::count(TypesLoaded, QualType()); in PrintStats()7803 if (!TypesLoaded.empty()) in PrintStats()[all …]