Searched refs:DeclsLoaded (Results 1 – 3 of 3) sorted by relevance
544 llvm::PagedVector<Decl *> DeclsLoaded; variable2053 return static_cast<unsigned>(DeclsLoaded.size()); in getTotalNumDecls()
3640 DeclsLoaded.resize(DeclsLoaded.size() + F.LocalNumDecls); in ReadASTBlock()8248 if (Index >= DeclsLoaded.size()) { in GetExistingDecl()8254 return DeclsLoaded[Index]; in GetExistingDecl()8263 if (Index >= DeclsLoaded.size()) { in GetDecl()8269 if (!DeclsLoaded[Index]) { in GetDecl()8272 DeserializationListener->DeclRead(ID, DeclsLoaded[Index]); in GetDecl()8275 return DeclsLoaded[Index]; in GetDecl()8708 DeclsLoaded.size() - in PrintStats()8709 llvm::count(DeclsLoaded.materialized(), (Decl *)nullptr); in PrintStats()8726 if (!DeclsLoaded.empty()) in PrintStats()[all …]
3223 assert(!DeclsLoaded[Index] && "Decl loaded twice?"); in LoadedDecl()3224 DeclsLoaded[Index] = D; in LoadedDecl()