Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTReader.cpp2137 TypesLoaded.resize(TypesLoaded.size() + F.LocalNumTypes); in ReadASTBlock()
5276 assert(Index < TypesLoaded.size() && "Type index out-of-range"); in GetType()
5277 if (TypesLoaded[Index].isNull()) { in GetType()
5278 TypesLoaded[Index] = readTypeRecord(Index); in GetType()
5279 if (TypesLoaded[Index].isNull()) in GetType()
5282 TypesLoaded[Index]->setFromAST(); in GetType()
5285 TypesLoaded[Index]); in GetType()
5288 return TypesLoaded[Index].withFastQualifiers(FastQuals); in GetType()
5971 = TypesLoaded.size() - std::count(TypesLoaded.begin(), TypesLoaded.end(), in PrintStats()
5993 if (!TypesLoaded.empty()) in PrintStats()
[all …]
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Serialization/
DASTReader.h337 std::vector<QualType> TypesLoaded; variable
1362 return static_cast<unsigned>(TypesLoaded.size()); in getTotalNumTypes()