Searched refs:DeclsLoaded (Results 1 – 3 of 3) sorted by relevance
498 llvm::PagedVector<Decl *> DeclsLoaded; variable1868 return static_cast<unsigned>(DeclsLoaded.size()); in getTotalNumDecls()
3417 DeclsLoaded.resize(DeclsLoaded.size() + F.LocalNumDecls); in ReadASTBlock()7885 if (Index >= DeclsLoaded.size()) { in GetExistingDecl()7891 return DeclsLoaded[Index]; in GetExistingDecl()7900 if (Index >= DeclsLoaded.size()) { in GetDecl()7906 if (!DeclsLoaded[Index]) { in GetDecl()7909 DeserializationListener->DeclRead(ID, DeclsLoaded[Index]); in GetDecl()7912 return DeclsLoaded[Index]; in GetDecl()8195 DeclsLoaded.size() - in PrintStats()8196 llvm::count(DeclsLoaded.materialized(), (Decl *)nullptr); in PrintStats()8213 if (!DeclsLoaded.empty()) in PrintStats()[all …]
3175 assert(!DeclsLoaded[Index] && "Decl loaded twice?"); in LoadedDecl()3176 DeclsLoaded[Index] = D; in LoadedDecl()