Lines Matching refs:DeclsLoaded
3202 DeclsLoaded.resize(DeclsLoaded.size() + F.LocalNumDecls); in ReadASTBlock()
7451 if (Index > DeclsLoaded.size()) { in getSourceLocationForDeclID()
7456 if (Decl *D = DeclsLoaded[Index]) in getSourceLocationForDeclID()
7539 if (Index >= DeclsLoaded.size()) { in GetExistingDecl()
7545 return DeclsLoaded[Index]; in GetExistingDecl()
7554 if (Index >= DeclsLoaded.size()) { in GetDecl()
7560 if (!DeclsLoaded[Index]) { in GetDecl()
7563 DeserializationListener->DeclRead(ID, DeclsLoaded[Index]); in GetDecl()
7566 return DeclsLoaded[Index]; in GetDecl()
7829 DeclsLoaded.size() - llvm::count(DeclsLoaded, (Decl *)nullptr); in PrintStats()
7846 if (!DeclsLoaded.empty()) in PrintStats()
7848 NumDeclsLoaded, (unsigned)DeclsLoaded.size(), in PrintStats()
7849 ((float)NumDeclsLoaded/DeclsLoaded.size() * 100)); in PrintStats()