Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DASTReader.h470 std::vector<QualType> TypesLoaded; variable
1790 return static_cast<unsigned>(TypesLoaded.size()); in getTotalNumTypes()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp3181 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 …]