Lines Matching refs:DeclsLoaded
3211 DeclsLoaded.resize(DeclsLoaded.size() + F.LocalNumDecls); in ReadASTBlock()
7412 if (Index > DeclsLoaded.size()) { in getSourceLocationForDeclID()
7417 if (Decl *D = DeclsLoaded[Index]) in getSourceLocationForDeclID()
7500 if (Index >= DeclsLoaded.size()) { in GetExistingDecl()
7506 return DeclsLoaded[Index]; in GetExistingDecl()
7515 if (Index >= DeclsLoaded.size()) { in GetDecl()
7521 if (!DeclsLoaded[Index]) { in GetDecl()
7524 DeserializationListener->DeclRead(ID, DeclsLoaded[Index]); in GetDecl()
7527 return DeclsLoaded[Index]; in GetDecl()
7790 DeclsLoaded.size() - llvm::count(DeclsLoaded, (Decl *)nullptr); in PrintStats()
7807 if (!DeclsLoaded.empty()) in PrintStats()
7809 NumDeclsLoaded, (unsigned)DeclsLoaded.size(), in PrintStats()
7810 ((float)NumDeclsLoaded/DeclsLoaded.size() * 100)); in PrintStats()