Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h469 std::vector<QualType> TypesLoaded; variable
1771 return static_cast<unsigned>(TypesLoaded.size()); in getTotalNumTypes()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp3147 TypesLoaded.resize(TypesLoaded.size() + F.LocalNumTypes); in ReadASTBlock()
7094 assert(Index < TypesLoaded.size() && "Type index out-of-range"); in GetType()
7095 if (TypesLoaded[Index].isNull()) { in GetType()
7096 TypesLoaded[Index] = readTypeRecord(Index); in GetType()
7097 if (TypesLoaded[Index].isNull()) in GetType()
7100 TypesLoaded[Index]->setFromAST(); in GetType()
7103 TypesLoaded[Index]); in GetType()
7106 return TypesLoaded[Index].withFastQualifiers(FastQuals); in GetType()
7734 = TypesLoaded.size() - std::count(TypesLoaded.begin(), TypesLoaded.end(), in PrintStats()
7756 if (!TypesLoaded.empty()) in PrintStats()
[all …]