Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h469 std::vector<QualType> TypesLoaded; variable
1768 return static_cast<unsigned>(TypesLoaded.size()); in getTotalNumTypes()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp3140 TypesLoaded.resize(TypesLoaded.size() + F.LocalNumTypes); in ReadASTBlock()
7072 assert(Index < TypesLoaded.size() && "Type index out-of-range"); in GetType()
7073 if (TypesLoaded[Index].isNull()) { in GetType()
7074 TypesLoaded[Index] = readTypeRecord(Index); in GetType()
7075 if (TypesLoaded[Index].isNull()) in GetType()
7078 TypesLoaded[Index]->setFromAST(); in GetType()
7081 TypesLoaded[Index]); in GetType()
7084 return TypesLoaded[Index].withFastQualifiers(FastQuals); in GetType()
7707 = TypesLoaded.size() - std::count(TypesLoaded.begin(), TypesLoaded.end(), in PrintStats()
7729 if (!TypesLoaded.empty()) in PrintStats()
[all …]