Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h488 llvm::PagedVector<QualType> TypesLoaded; variable
1847 return static_cast<unsigned>(TypesLoaded.size()); in getTotalNumTypes()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp3361 TypesLoaded.resize(TypesLoaded.size() + F.LocalNumTypes); in ReadASTBlock()
7400 assert(Index < TypesLoaded.size() && "Type index out-of-range"); in GetType()
7401 if (TypesLoaded[Index].isNull()) { in GetType()
7402 TypesLoaded[Index] = readTypeRecord(Index); in GetType()
7403 if (TypesLoaded[Index].isNull()) in GetType()
7406 TypesLoaded[Index]->setFromAST(); in GetType()
7409 TypesLoaded[Index]); in GetType()
7412 return TypesLoaded[Index].withFastQualifiers(FastQuals); in GetType()
8047 TypesLoaded.size() - llvm::count(TypesLoaded.materialized(), QualType()); in PrintStats()
8063 if (!TypesLoaded.empty()) in PrintStats()
[all …]