Lines Matching refs:DeclsLoaded
2867 DeclsLoaded.resize(DeclsLoaded.size() + F.LocalNumDecls); in ReadASTBlock()
7248 if (Index > DeclsLoaded.size()) { in getSourceLocationForDeclID()
7253 if (Decl *D = DeclsLoaded[Index]) in getSourceLocationForDeclID()
7333 if (Index >= DeclsLoaded.size()) { in GetExistingDecl()
7339 return DeclsLoaded[Index]; in GetExistingDecl()
7348 if (Index >= DeclsLoaded.size()) { in GetDecl()
7354 if (!DeclsLoaded[Index]) { in GetDecl()
7357 DeserializationListener->DeclRead(ID, DeclsLoaded[Index]); in GetDecl()
7360 return DeclsLoaded[Index]; in GetDecl()
7622 = DeclsLoaded.size() - std::count(DeclsLoaded.begin(), DeclsLoaded.end(), in PrintStats()
7645 if (!DeclsLoaded.empty()) in PrintStats()
7647 NumDeclsLoaded, (unsigned)DeclsLoaded.size(), in PrintStats()
7648 ((float)NumDeclsLoaded/DeclsLoaded.size() * 100)); in PrintStats()