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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp2568 TypesLoaded.resize(TypesLoaded.size() + F.LocalNumTypes);
6129 assert(Index < TypesLoaded.size() && "Type index out-of-range");
6130 if (TypesLoaded[Index].isNull()) {
6131 TypesLoaded[Index] = readTypeRecord(Index);
6132 if (TypesLoaded[Index].isNull())
6135 TypesLoaded[Index]->setFromAST();
6138 TypesLoaded[Index]); local
6141 return TypesLoaded[Index].withFastQualifiers(FastQuals);
6774 = TypesLoaded
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h423 std::vector<QualType> TypesLoaded; member in class:clang::ASTReader
1552 return static_cast<unsigned>(TypesLoaded.size());

Completed in 121 milliseconds