Lines Matching refs:DeclsLoaded
3391 DeclsLoaded.resize(DeclsLoaded.size() + F.LocalNumDecls); in ReadASTBlock()
7671 if (Index > DeclsLoaded.size()) { in getSourceLocationForDeclID()
7676 if (Decl *D = DeclsLoaded[Index]) in getSourceLocationForDeclID()
7759 if (Index >= DeclsLoaded.size()) { in GetExistingDecl()
7765 return DeclsLoaded[Index]; in GetExistingDecl()
7774 if (Index >= DeclsLoaded.size()) { in GetDecl()
7780 if (!DeclsLoaded[Index]) { in GetDecl()
7783 DeserializationListener->DeclRead(ID, DeclsLoaded[Index]); in GetDecl()
7786 return DeclsLoaded[Index]; in GetDecl()
8049 DeclsLoaded.size() - in PrintStats()
8050 llvm::count(DeclsLoaded.materialized(), (Decl *)nullptr); in PrintStats()
8067 if (!DeclsLoaded.empty()) in PrintStats()
8069 NumDeclsLoaded, (unsigned)DeclsLoaded.size(), in PrintStats()
8070 ((float)NumDeclsLoaded/DeclsLoaded.size() * 100)); in PrintStats()