Lines Matching refs:DeclsLoaded
3417 DeclsLoaded.resize(DeclsLoaded.size() + F.LocalNumDecls); in ReadASTBlock()
7885 if (Index >= DeclsLoaded.size()) { in GetExistingDecl()
7891 return DeclsLoaded[Index]; in GetExistingDecl()
7900 if (Index >= DeclsLoaded.size()) { in GetDecl()
7906 if (!DeclsLoaded[Index]) { in GetDecl()
7909 DeserializationListener->DeclRead(ID, DeclsLoaded[Index]); in GetDecl()
7912 return DeclsLoaded[Index]; in GetDecl()
8195 DeclsLoaded.size() - in PrintStats()
8196 llvm::count(DeclsLoaded.materialized(), (Decl *)nullptr); in PrintStats()
8213 if (!DeclsLoaded.empty()) in PrintStats()
8215 NumDeclsLoaded, (unsigned)DeclsLoaded.size(), in PrintStats()
8216 ((float)NumDeclsLoaded/DeclsLoaded.size() * 100)); in PrintStats()