Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp3402 TypesLoaded.resize(TypesLoaded.size() + F.LocalNumTypes); in ReadASTBlock()
7451 assert(Index < TypesLoaded.size() && "Type index out-of-range"); in GetType()
7452 if (TypesLoaded[Index].isNull()) { in GetType()
7453 TypesLoaded[Index] = readTypeRecord(ID); in GetType()
7454 if (TypesLoaded[Index].isNull()) in GetType()
7457 TypesLoaded[Index]->setFromAST(); in GetType()
7460 TypesLoaded[Index]); in GetType()
7463 return TypesLoaded[Index].withFastQualifiers(FastQuals); in GetType()
8138 TypesLoaded.size() - llvm::count(TypesLoaded.materialized(), QualType()); in PrintStats()
8154 if (!TypesLoaded.empty()) in PrintStats()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h492 llvm::PagedVector<QualType> TypesLoaded; variable
1860 return static_cast<unsigned>(TypesLoaded.size()); in getTotalNumTypes()