Lines Matching refs:DeclsLoaded
2618 DeclsLoaded.resize(DeclsLoaded.size() + F.LocalNumDecls); in ReadASTBlock()
6363 if (Index > DeclsLoaded.size()) { in getSourceLocationForDeclID()
6368 if (Decl *D = DeclsLoaded[Index]) in getSourceLocationForDeclID()
6447 if (Index >= DeclsLoaded.size()) { in GetExistingDecl()
6453 return DeclsLoaded[Index]; in GetExistingDecl()
6462 if (Index >= DeclsLoaded.size()) { in GetDecl()
6468 if (!DeclsLoaded[Index]) { in GetDecl()
6471 DeserializationListener->DeclRead(ID, DeclsLoaded[Index]); in GetDecl()
6474 return DeclsLoaded[Index]; in GetDecl()
6758 = DeclsLoaded.size() - std::count(DeclsLoaded.begin(), DeclsLoaded.end(), in PrintStats()
6781 if (!DeclsLoaded.empty()) in PrintStats()
6783 NumDeclsLoaded, (unsigned)DeclsLoaded.size(), in PrintStats()
6784 ((float)NumDeclsLoaded/DeclsLoaded.size() * 100)); in PrintStats()