Home
last modified time | relevance | path

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

/external/clang/lib/Serialization/
DASTReader.cpp2632 TypesLoaded.resize(TypesLoaded.size() + F.LocalNumTypes); in ReadASTBlock()
5860 assert(Index < TypesLoaded.size() && "Type index out-of-range"); in GetType()
5861 if (TypesLoaded[Index].isNull()) { in GetType()
5862 TypesLoaded[Index] = readTypeRecord(Index); in GetType()
5863 if (TypesLoaded[Index].isNull()) in GetType()
5866 TypesLoaded[Index]->setFromAST(); in GetType()
5869 TypesLoaded[Index]); in GetType()
5872 return TypesLoaded[Index].withFastQualifiers(FastQuals); in GetType()
6626 = TypesLoaded.size() - std::count(TypesLoaded.begin(), TypesLoaded.end(), in PrintStats()
6648 if (!TypesLoaded.empty()) in PrintStats()
[all …]
/external/clang/include/clang/Serialization/
DASTReader.h388 std::vector<QualType> TypesLoaded; variable
1501 return static_cast<unsigned>(TypesLoaded.size()); in getTotalNumTypes()