Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp2691 TypesLoaded.resize(TypesLoaded.size() + F.LocalNumTypes); in ReadASTBlock()
5983 assert(Index < TypesLoaded.size() && "Type index out-of-range"); in GetType()
5984 if (TypesLoaded[Index].isNull()) { in GetType()
5985 TypesLoaded[Index] = readTypeRecord(Index); in GetType()
5986 if (TypesLoaded[Index].isNull()) in GetType()
5989 TypesLoaded[Index]->setFromAST(); in GetType()
5992 TypesLoaded[Index]); in GetType()
5995 return TypesLoaded[Index].withFastQualifiers(FastQuals); in GetType()
6769 = TypesLoaded.size() - std::count(TypesLoaded.begin(), TypesLoaded.end(), in PrintStats()
6791 if (!TypesLoaded.empty()) in PrintStats()
[all …]
/minix3/external/bsd/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h401 std::vector<QualType> TypesLoaded; variable
1566 return static_cast<unsigned>(TypesLoaded.size()); in getTotalNumTypes()