Lines Matching refs:DeclsLoaded
3170 DeclsLoaded.resize(DeclsLoaded.size() + F.LocalNumDecls); in ReadASTBlock()
7331 if (Index > DeclsLoaded.size()) { in getSourceLocationForDeclID()
7336 if (Decl *D = DeclsLoaded[Index]) in getSourceLocationForDeclID()
7419 if (Index >= DeclsLoaded.size()) { in GetExistingDecl()
7425 return DeclsLoaded[Index]; in GetExistingDecl()
7434 if (Index >= DeclsLoaded.size()) { in GetDecl()
7440 if (!DeclsLoaded[Index]) { in GetDecl()
7443 DeserializationListener->DeclRead(ID, DeclsLoaded[Index]); in GetDecl()
7446 return DeclsLoaded[Index]; in GetDecl()
7710 = DeclsLoaded.size() - std::count(DeclsLoaded.begin(), DeclsLoaded.end(), in PrintStats()
7733 if (!DeclsLoaded.empty()) in PrintStats()
7735 NumDeclsLoaded, (unsigned)DeclsLoaded.size(), in PrintStats()
7736 ((float)NumDeclsLoaded/DeclsLoaded.size() * 100)); in PrintStats()