Home
last modified time | relevance | path

Searched refs:TypesLoaded (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Serialization/
DASTReader.cpp2588 TypesLoaded.resize(TypesLoaded.size() + F.LocalNumTypes); in ReadASTBlock()
6125 assert(Index < TypesLoaded.size() && "Type index out-of-range"); in GetType()
6126 if (TypesLoaded[Index].isNull()) { in GetType()
6127 TypesLoaded[Index] = readTypeRecord(Index); in GetType()
6128 if (TypesLoaded[Index].isNull()) in GetType()
6131 TypesLoaded[Index]->setFromAST(); in GetType()
6134 TypesLoaded[Index]); in GetType()
6137 return TypesLoaded[Index].withFastQualifiers(FastQuals); in GetType()
6755 = TypesLoaded.size() - std::count(TypesLoaded.begin(), TypesLoaded.end(), in PrintStats()
6777 if (!TypesLoaded.empty()) in PrintStats()
[all …]
/external/clang/include/clang/Serialization/
DASTReader.h429 std::vector<QualType> TypesLoaded; variable
1554 return static_cast<unsigned>(TypesLoaded.size()); in getTotalNumTypes()