Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp2837 TypesLoaded.resize(TypesLoaded.size() + F.LocalNumTypes); in ReadASTBlock()
7007 assert(Index < TypesLoaded.size() && "Type index out-of-range"); in GetType()
7008 if (TypesLoaded[Index].isNull()) { in GetType()
7009 TypesLoaded[Index] = readTypeRecord(Index); in GetType()
7010 if (TypesLoaded[Index].isNull()) in GetType()
7013 TypesLoaded[Index]->setFromAST(); in GetType()
7016 TypesLoaded[Index]); in GetType()
7019 return TypesLoaded[Index].withFastQualifiers(FastQuals); in GetType()
7619 = TypesLoaded.size() - std::count(TypesLoaded.begin(), TypesLoaded.end(), in PrintStats()
7641 if (!TypesLoaded.empty()) in PrintStats()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h483 std::vector<QualType> TypesLoaded; variable
1744 return static_cast<unsigned>(TypesLoaded.size()); in getTotalNumTypes()